Package net.minecraft

Enum Class class_9734.class_9736

java.lang.Object
java.lang.Enum<class_9734.class_9736>
net.minecraft.class_9734.class_9736
All Implemented Interfaces:
Serializable, Comparable<class_9734.class_9736>, Constable, StringIdentifiable
Enclosing class:
class_9734

public static enum class_9734.class_9736 extends Enum<class_9734.class_9736> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_9734$class_9736
intermediary net/minecraft/class_9734$class_9736
official dam$b
  • Enum Constant Details

    • ENTITY_POSITION

      public static final class_9734.class_9736 ENTITY_POSITION
      Mappings:
      Namespace Name Mixin selector
      named ENTITY_POSITION Lnet/minecraft/class_9734$class_9736;ENTITY_POSITION:Lnet/minecraft/class_9734$class_9736;
      intermediary field_51723 Lnet/minecraft/class_9734$class_9736;field_51723:Lnet/minecraft/class_9734$class_9736;
      official a Ldam$b;a:Ldam$b;
    • BOUNDING_BOX

      public static final class_9734.class_9736 BOUNDING_BOX
      Mappings:
      Namespace Name Mixin selector
      named BOUNDING_BOX Lnet/minecraft/class_9734$class_9736;BOUNDING_BOX:Lnet/minecraft/class_9734$class_9736;
      intermediary field_51724 Lnet/minecraft/class_9734$class_9736;field_51724:Lnet/minecraft/class_9734$class_9736;
      official b Ldam$b;b:Ldam$b;
  • Field Details

    • field_51725

      public static final com.mojang.serialization.Codec<class_9734.class_9736> field_51725
      Mappings:
      Namespace Name Mixin selector
      named field_51725 Lnet/minecraft/class_9734$class_9736;field_51725:Lcom/mojang/serialization/Codec;
      intermediary field_51725 Lnet/minecraft/class_9734$class_9736;field_51725:Lcom/mojang/serialization/Codec;
      official c Ldam$b;c:Lcom/mojang/serialization/Codec;
    • field_51726

      private final String field_51726
      Mappings:
      Namespace Name Mixin selector
      named field_51726 Lnet/minecraft/class_9734$class_9736;field_51726:Ljava/lang/String;
      intermediary field_51726 Lnet/minecraft/class_9734$class_9736;field_51726:Ljava/lang/String;
      official d Ldam$b;d:Ljava/lang/String;
    • field_51727

      private final class_9734.class_9736.class_9737 field_51727
      Mappings:
      Namespace Name Mixin selector
      named field_51727 Lnet/minecraft/class_9734$class_9736;field_51727:Lnet/minecraft/class_9734$class_9736$class_9737;
      intermediary field_51727 Lnet/minecraft/class_9734$class_9736;field_51727:Lnet/minecraft/class_9734$class_9736$class_9737;
      official e Ldam$b;e:Ldam$b$a;
  • Constructor Details

  • Method Details

    • values

      public static class_9734.class_9736[] 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_9734.class_9736 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_60259

      public double method_60259(double double2, float float2, Random random)
      Mappings:
      Namespace Name Mixin selector
      named method_60259 Lnet/minecraft/class_9734$class_9736;method_60259(DFLnet/minecraft/util/math/random/Random;)D
      intermediary method_60259 Lnet/minecraft/class_9734$class_9736;method_60259(DFLnet/minecraft/class_5819;)D
      official a Ldam$b;a(DFLaym;)D
    • 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 Layz;c()Ljava/lang/String;