public enum EnumFarmBlockTexture extends java.lang.Enum<EnumFarmBlockTexture>
| Enum Constant and Description |
|---|
BRICK |
BRICK_CHISELED |
BRICK_CRACKED |
BRICK_MOSSY |
BRICK_NETHER |
BRICK_STONE |
QUARTZ |
QUARTZ_CHISELED |
QUARTZ_LINES |
SANDSTONE_CHISELED |
SANDSTONE_SMOOTH |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getBase() |
net.minecraft.util.text.TextFormatting |
getFormatting() |
static EnumFarmBlockTexture |
getFromCompound(net.minecraft.nbt.NBTTagCompound compound) |
java.lang.String |
getName() |
static net.minecraft.client.renderer.texture.TextureAtlasSprite |
getSprite(EnumFarmBlockTexture texture,
int side) |
java.lang.String |
getUid() |
void |
saveToCompound(net.minecraft.nbt.NBTTagCompound compound) |
static EnumFarmBlockTexture |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFarmBlockTexture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumFarmBlockTexture BRICK_STONE
public static final EnumFarmBlockTexture BRICK_MOSSY
public static final EnumFarmBlockTexture BRICK_CRACKED
public static final EnumFarmBlockTexture BRICK
public static final EnumFarmBlockTexture SANDSTONE_SMOOTH
public static final EnumFarmBlockTexture SANDSTONE_CHISELED
public static final EnumFarmBlockTexture BRICK_NETHER
public static final EnumFarmBlockTexture BRICK_CHISELED
public static final EnumFarmBlockTexture QUARTZ
public static final EnumFarmBlockTexture QUARTZ_CHISELED
public static final EnumFarmBlockTexture QUARTZ_LINES
public static EnumFarmBlockTexture[] values()
for (EnumFarmBlockTexture c : EnumFarmBlockTexture.values()) System.out.println(c);
public static EnumFarmBlockTexture 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.util.text.TextFormatting getFormatting()
public static net.minecraft.client.renderer.texture.TextureAtlasSprite getSprite(EnumFarmBlockTexture texture, int side)
public void saveToCompound(net.minecraft.nbt.NBTTagCompound compound)
public java.lang.String getName()
public java.lang.String getUid()
public net.minecraft.item.ItemStack getBase()
public static EnumFarmBlockTexture getFromCompound(@Nullable net.minecraft.nbt.NBTTagCompound compound)