Package net.minecraft

Enum Class class_11102

java.lang.Object
java.lang.Enum<class_11102>
net.minecraft.class_11102
All Implemented Interfaces:
Serializable, Comparable<class_11102>, Constable, StringIdentifiable

public enum class_11102 extends Enum<class_11102> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_11102
intermediary net/minecraft/class_11102
official fbu
  • Enum Constant Details

    • SURFACE

      public static final class_11102 SURFACE
      Mappings:
      Namespace Name Mixin selector
      named SURFACE Lnet/minecraft/class_11102;SURFACE:Lnet/minecraft/class_11102;
      intermediary field_59100 Lnet/minecraft/class_11102;field_59100:Lnet/minecraft/class_11102;
      official a Lfbu;a:Lfbu;
    • CAVE

      public static final class_11102 CAVE
      Mappings:
      Namespace Name Mixin selector
      named CAVE Lnet/minecraft/class_11102;CAVE:Lnet/minecraft/class_11102;
      intermediary field_59101 Lnet/minecraft/class_11102;field_59101:Lnet/minecraft/class_11102;
      official b Lfbu;b:Lfbu;
  • Field Details

    • field_59102

      public static final com.mojang.serialization.Codec<class_11102> field_59102
      Mappings:
      Namespace Name Mixin selector
      named field_59102 Lnet/minecraft/class_11102;field_59102:Lcom/mojang/serialization/Codec;
      intermediary field_59102 Lnet/minecraft/class_11102;field_59102:Lcom/mojang/serialization/Codec;
      official c Lfbu;c:Lcom/mojang/serialization/Codec;
    • field_59103

      private final String field_59103
      Mappings:
      Namespace Name Mixin selector
      named field_59103 Lnet/minecraft/class_11102;field_59103:Ljava/lang/String;
      intermediary field_59103 Lnet/minecraft/class_11102;field_59103:Ljava/lang/String;
      official d Lfbu;d:Ljava/lang/String;
    • field_59104

      private final Function<ServerWorld,Vec3d> field_59104
      Mappings:
      Namespace Name Mixin selector
      named field_59104 Lnet/minecraft/class_11102;field_59104:Ljava/util/function/Function;
      intermediary field_59104 Lnet/minecraft/class_11102;field_59104:Ljava/util/function/Function;
      official e Lfbu;e:Ljava/util/function/Function;
  • Constructor Details

  • Method Details

    • values

      public static class_11102[] 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

      public static class_11102 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • method_69895

      public Vec3d method_69895(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      named method_69895 Lnet/minecraft/class_11102;method_69895(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/util/math/Vec3d;
      intermediary method_69895 Lnet/minecraft/class_11102;method_69895(Lnet/minecraft/class_3218;)Lnet/minecraft/class_243;
      official a Lfbu;a(Last;)Lfkb;
    • method_69896

      private static boolean method_69896(ServerWorld serverWorld, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      named method_69896 Lnet/minecraft/class_11102;method_69896(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_69896 Lnet/minecraft/class_11102;method_69896(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Z
      official a Lfbu;a(Last;Lix;)Z
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbbv;c()Ljava/lang/String;