Package | Description |
---|---|
net.minecraft.entity.item | |
net.minecraftforge.common.util |
Modifier and Type | Field and Description |
---|---|
EntityPainting.EnumArt |
EntityPainting.art |
Modifier and Type | Method and Description |
---|---|
static EntityPainting.EnumArt |
EntityPainting.EnumArt.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityPainting.EnumArt[] |
EntityPainting.EnumArt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EntityPainting.EnumArt |
EnumHelper.addArt(java.lang.String name,
java.lang.String tile,
int sizeX,
int sizeY,
int offsetX,
int offsetY) |