| Package | Description |
|---|---|
| net.minecraft.entity.item | |
| net.minecraft.util | |
| net.minecraftforge.common |
| Modifier and Type | Field and Description |
|---|---|
EnumArt |
EntityPainting.art |
| Modifier and Type | Method and Description |
|---|---|
static EnumArt |
EnumArt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumArt[] |
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 EnumArt |
EnumHelper.addArt(String name,
String tile,
int sizeX,
int sizeY,
int offsetX,
int offsetY) |