public static enum PipeBehaviourEmzuli.SlotIndex extends java.lang.Enum<PipeBehaviourEmzuli.SlotIndex>
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.EnumDyeColor |
colour |
static PipeBehaviourEmzuli.SlotIndex[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
PipeBehaviourEmzuli.SlotIndex |
next() |
static PipeBehaviourEmzuli.SlotIndex |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipeBehaviourEmzuli.SlotIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipeBehaviourEmzuli.SlotIndex SQUARE
public static final PipeBehaviourEmzuli.SlotIndex CIRCLE
public static final PipeBehaviourEmzuli.SlotIndex TRIANGLE
public static final PipeBehaviourEmzuli.SlotIndex CROSS
public static final PipeBehaviourEmzuli.SlotIndex[] VALUES
public final net.minecraft.item.EnumDyeColor colour
public static PipeBehaviourEmzuli.SlotIndex[] values()
for (PipeBehaviourEmzuli.SlotIndex c : PipeBehaviourEmzuli.SlotIndex.values()) System.out.println(c);
public static PipeBehaviourEmzuli.SlotIndex 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 PipeBehaviourEmzuli.SlotIndex next()