public enum CompatibilitySeed extends java.lang.Enum<CompatibilitySeed>
| Modifier and Type | Method and Description |
|---|---|
Seed |
getCompatSeed() |
boolean |
getConfig() |
java.lang.String |
getModid() |
net.minecraft.item.ItemStack |
onRightClick(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player) |
static CompatibilitySeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompatibilitySeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static CompatibilitySeed[] values()
for (CompatibilitySeed c : CompatibilitySeed.values()) System.out.println(c);
public static CompatibilitySeed 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 net.minecraft.item.ItemStack onRightClick(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
net.minecraft.entity.player.EntityPlayer player)
public java.lang.String getModid()
public boolean getConfig()
public Seed getCompatSeed()