| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraftforge.common |
| Modifier and Type | Field and Description |
|---|---|
EnumEntitySize |
Entity.myEntitySize |
| Modifier and Type | Method and Description |
|---|---|
static EnumEntitySize |
EnumEntitySize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumEntitySize[] |
EnumEntitySize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumEntitySize |
EnumHelper.addEntitySize(String name) |