public enum GuiCarrier extends java.lang.Enum<GuiCarrier>
| Modifier and Type | Method and Description |
|---|---|
abstract IHasGui |
getHasGUI(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos blockPos) |
static GuiCarrier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuiCarrier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiCarrier ENTITY
public static final GuiCarrier BLOCK
public static final GuiCarrier ITEMSTACK
public static GuiCarrier[] values()
for (GuiCarrier c : GuiCarrier.values()) System.out.println(c);
public static GuiCarrier valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract IHasGui getHasGUI(net.minecraft.entity.player.EntityPlayer player, net.minecraft.world.World world, net.minecraft.util.math.BlockPos blockPos)