Package net.minecraft
Enum Class class_11200.class_11205
- All Implemented Interfaces:
Serializable,Comparable<class_11200.class_11205>,Constable
- Enclosing class:
class_11200
- Mappings:
Namespace Name named net/minecraft/class_11200$class_11205intermediary net/minecraft/class_11200$class_11205official fin$e
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final TriFunction<com.mojang.datafixers.util.Either<UUID, String>, class_11208.class_11209, PacketByteBuf, class_11200> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_11205(TriFunction<com.mojang.datafixers.util.Either<UUID, String>, class_11208.class_11209, PacketByteBuf, class_11200> triFunction) -
Method Summary
Modifier and TypeMethodDescriptionstatic class_11200.class_11205Returns the enum constant of this class with the specified name.static class_11200.class_11205[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTYLnet/minecraft/class_11200$class_11205;EMPTY:Lnet/minecraft/class_11200$class_11205;intermediary field_59778Lnet/minecraft/class_11200$class_11205;field_59778:Lnet/minecraft/class_11200$class_11205;official aLfin$e;a:Lfin$e;
-
VEC3I
- Mappings:
Namespace Name Mixin selector named VEC3ILnet/minecraft/class_11200$class_11205;VEC3I:Lnet/minecraft/class_11200$class_11205;intermediary field_59779Lnet/minecraft/class_11200$class_11205;field_59779:Lnet/minecraft/class_11200$class_11205;official bLfin$e;b:Lfin$e;
-
CHUNK
- Mappings:
Namespace Name Mixin selector named CHUNKLnet/minecraft/class_11200$class_11205;CHUNK:Lnet/minecraft/class_11200$class_11205;intermediary field_59780Lnet/minecraft/class_11200$class_11205;field_59780:Lnet/minecraft/class_11200$class_11205;official cLfin$e;c:Lfin$e;
-
AZIMUTH
- Mappings:
Namespace Name Mixin selector named AZIMUTHLnet/minecraft/class_11200$class_11205;AZIMUTH:Lnet/minecraft/class_11200$class_11205;intermediary field_59781Lnet/minecraft/class_11200$class_11205;field_59781:Lnet/minecraft/class_11200$class_11205;official dLfin$e;d:Lfin$e;
-
-
Field Details
-
field_59782
final TriFunction<com.mojang.datafixers.util.Either<UUID,String>, field_59782class_11208.class_11209, PacketByteBuf, class_11200> - Mappings:
Namespace Name Mixin selector named field_59782Lnet/minecraft/class_11200$class_11205;field_59782:Lorg/apache/commons/lang3/function/TriFunction;intermediary field_59782Lnet/minecraft/class_11200$class_11205;field_59782:Lorg/apache/commons/lang3/function/TriFunction;official eLfin$e;e:Lorg/apache/commons/lang3/function/TriFunction;
-
-
Constructor Details
-
class_11205
private class_11205(TriFunction<com.mojang.datafixers.util.Either<UUID, String>, class_11208.class_11209, PacketByteBuf, class_11200> triFunction)
-
-
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
-