Package net.minecraft.entity.passive
Enum Class FoxEntity.Type
- All Implemented Interfaces:
Serializable,Comparable<FoxEntity.Type>,Constable,StringIdentifiable
- Enclosing class:
FoxEntity
- Mappings:
Namespace Name intermediary net/minecraft/class_4019$class_4039official brt$vnamed net/minecraft/entity/passive/FoxEntity$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IntFunction<FoxEntity.Type>static final StringIdentifiable.Codec<FoxEntity.Type>private final intprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static FoxEntity.Typestatic FoxEntity.TypefromBiome(RegistryEntry<Biome> biome) static FoxEntity.TypefromId(int id) intgetId()static FoxEntity.TypeReturns the enum constant of this class with the specified name.static FoxEntity.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RED
- Mappings:
Namespace Name Mixin selector intermediary field_17996Lnet/minecraft/class_4019$class_4039;field_17996:Lnet/minecraft/class_4019$class_4039;official aLbrt$v;a:Lbrt$v;named REDLnet/minecraft/entity/passive/FoxEntity$Type;RED:Lnet/minecraft/entity/passive/FoxEntity$Type;
-
SNOW
- Mappings:
Namespace Name Mixin selector intermediary field_17997Lnet/minecraft/class_4019$class_4039;field_17997:Lnet/minecraft/class_4019$class_4039;official bLbrt$v;b:Lbrt$v;named SNOWLnet/minecraft/entity/passive/FoxEntity$Type;SNOW:Lnet/minecraft/entity/passive/FoxEntity$Type;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector intermediary field_41548Lnet/minecraft/class_4019$class_4039;field_41548:Lnet/minecraft/class_3542$class_7292;official cLbrt$v;c:Lapr$a;named CODECLnet/minecraft/entity/passive/FoxEntity$Type;CODEC:Lnet/minecraft/util/StringIdentifiable$Codec;
-
BY_ID
- Mappings:
Namespace Name Mixin selector intermediary field_17998Lnet/minecraft/class_4019$class_4039;field_17998:Ljava/util/function/IntFunction;official dLbrt$v;d:Ljava/util/function/IntFunction;named BY_IDLnet/minecraft/entity/passive/FoxEntity$Type;BY_ID:Ljava/util/function/IntFunction;
-
id
private final int id- Mappings:
Namespace Name Mixin selector intermediary field_18000Lnet/minecraft/class_4019$class_4039;field_18000:Iofficial eLbrt$v;e:Inamed idLnet/minecraft/entity/passive/FoxEntity$Type;id:I
-
key
- Mappings:
Namespace Name Mixin selector intermediary field_18001Lnet/minecraft/class_4019$class_4039;field_18001:Ljava/lang/String;official fLbrt$v;f:Ljava/lang/String;named keyLnet/minecraft/entity/passive/FoxEntity$Type;key:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4019$class_4039;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lbrt$v;<init>(Ljava/lang/String;IILjava/lang/String;)Vnamed <init>Lnet/minecraft/entity/passive/FoxEntity$Type;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLapr;c()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector intermediary method_18317Lnet/minecraft/class_4019$class_4039;method_18317()Iofficial aLbrt$v;a()Inamed getIdLnet/minecraft/entity/passive/FoxEntity$Type;getId()I
-
byName
- Mappings:
Namespace Name Mixin selector intermediary method_18314Lnet/minecraft/class_4019$class_4039;method_18314(Ljava/lang/String;)Lnet/minecraft/class_4019$class_4039;official aLbrt$v;a(Ljava/lang/String;)Lbrt$v;named byNameLnet/minecraft/entity/passive/FoxEntity$Type;byName(Ljava/lang/String;)Lnet/minecraft/entity/passive/FoxEntity$Type;
-
fromId
- Mappings:
Namespace Name Mixin selector intermediary method_18311Lnet/minecraft/class_4019$class_4039;method_18311(I)Lnet/minecraft/class_4019$class_4039;official aLbrt$v;a(I)Lbrt$v;named fromIdLnet/minecraft/entity/passive/FoxEntity$Type;fromId(I)Lnet/minecraft/entity/passive/FoxEntity$Type;
-
fromBiome
- Mappings:
Namespace Name Mixin selector intermediary method_18313Lnet/minecraft/class_4019$class_4039;method_18313(Lnet/minecraft/class_6880;)Lnet/minecraft/class_4019$class_4039;official aLbrt$v;a(Lhe;)Lbrt$v;named fromBiomeLnet/minecraft/entity/passive/FoxEntity$Type;fromBiome(Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/entity/passive/FoxEntity$Type;
-