public enum BCTransportGuis extends java.lang.Enum<BCTransportGuis>
Enum Constant and Description |
---|
FILTERED_BUFFER |
GATE |
PIPE_DIAMOND |
PIPE_DIAMOND_WOOD |
PIPE_EMZULI |
Modifier and Type | Field and Description |
---|---|
static BCTransportGuis[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static BCTransportGuis |
get(int id) |
void |
openGui(net.minecraft.entity.player.EntityPlayer player) |
void |
openGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.BlockPos pos) |
void |
openGui(net.minecraft.entity.player.EntityPlayer player,
int x,
int y,
int z) |
static BCTransportGuis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCTransportGuis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCTransportGuis FILTERED_BUFFER
public static final BCTransportGuis PIPE_DIAMOND
public static final BCTransportGuis PIPE_DIAMOND_WOOD
public static final BCTransportGuis PIPE_EMZULI
public static final BCTransportGuis GATE
public static final BCTransportGuis[] VALUES
public static BCTransportGuis[] values()
for (BCTransportGuis c : BCTransportGuis.values()) System.out.println(c);
public static BCTransportGuis 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 static BCTransportGuis get(int id)
public void openGui(net.minecraft.entity.player.EntityPlayer player)
public void openGui(net.minecraft.entity.player.EntityPlayer player, net.minecraft.util.math.BlockPos pos)
public void openGui(net.minecraft.entity.player.EntityPlayer player, int x, int y, int z)