Package | Description |
---|---|
net.minecraft.entity.passive |
Modifier and Type | Field and Description |
---|---|
FoxEntity.Type |
FoxEntity.FoxData.field_220366_a |
private static FoxEntity.Type[] |
FoxEntity.Type.field_221088_c |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,FoxEntity.Type> |
FoxEntity.Type.TYPES_BY_NAME |
Modifier and Type | Method and Description |
---|---|
static FoxEntity.Type |
FoxEntity.Type.getTypeByBiome(Biome biomeIn) |
static FoxEntity.Type |
FoxEntity.Type.getTypeByIndex(int indexIn) |
static FoxEntity.Type |
FoxEntity.Type.getTypeByName(java.lang.String nameIn) |
FoxEntity.Type |
FoxEntity.getVariantType() |
static FoxEntity.Type |
FoxEntity.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FoxEntity.Type[] |
FoxEntity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
FoxEntity.setVariantType(FoxEntity.Type typeIn) |
Constructor and Description |
---|
FoxData(FoxEntity.Type p_i50734_1_) |