Package net.minecraft
Enum Class class_11102
- All Implemented Interfaces:
Serializable,Comparable<class_11102>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_11102intermediary net/minecraft/class_11102official fbu
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_11102> private final Stringprivate final Function<ServerWorld, Vec3d> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_11102(String string, Function<ServerWorld, Vec3d> function) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.method_69895(ServerWorld serverWorld) private static booleanmethod_69896(ServerWorld serverWorld, BlockPos blockPos) static class_11102Returns the enum constant of this class with the specified name.static class_11102[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SURFACE
- Mappings:
Namespace Name Mixin selector named SURFACELnet/minecraft/class_11102;SURFACE:Lnet/minecraft/class_11102;intermediary field_59100Lnet/minecraft/class_11102;field_59100:Lnet/minecraft/class_11102;official aLfbu;a:Lfbu;
-
CAVE
- Mappings:
Namespace Name Mixin selector named CAVELnet/minecraft/class_11102;CAVE:Lnet/minecraft/class_11102;intermediary field_59101Lnet/minecraft/class_11102;field_59101:Lnet/minecraft/class_11102;official bLfbu;b:Lfbu;
-
-
Field Details
-
field_59102
- Mappings:
Namespace Name Mixin selector named field_59102Lnet/minecraft/class_11102;field_59102:Lcom/mojang/serialization/Codec;intermediary field_59102Lnet/minecraft/class_11102;field_59102:Lcom/mojang/serialization/Codec;official cLfbu;c:Lcom/mojang/serialization/Codec;
-
field_59103
- Mappings:
Namespace Name Mixin selector named field_59103Lnet/minecraft/class_11102;field_59103:Ljava/lang/String;intermediary field_59103Lnet/minecraft/class_11102;field_59103:Ljava/lang/String;official dLfbu;d:Ljava/lang/String;
-
field_59104
- Mappings:
Namespace Name Mixin selector named field_59104Lnet/minecraft/class_11102;field_59104:Ljava/util/function/Function;intermediary field_59104Lnet/minecraft/class_11102;field_59104:Ljava/util/function/Function;official eLfbu;e:Ljava/util/function/Function;
-
-
Constructor Details
-
class_11102
-
-
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
-
method_69895
- Mappings:
Namespace Name Mixin selector named method_69895Lnet/minecraft/class_11102;method_69895(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/util/math/Vec3d;intermediary method_69895Lnet/minecraft/class_11102;method_69895(Lnet/minecraft/class_3218;)Lnet/minecraft/class_243;official aLfbu;a(Last;)Lfkb;
-
method_69896
- Mappings:
Namespace Name Mixin selector named method_69896Lnet/minecraft/class_11102;method_69896(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_69896Lnet/minecraft/class_11102;method_69896(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Zofficial aLfbu;a(Last;Lix;)Z
-
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 named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbbv;c()Ljava/lang/String;
-