Package net.minecraft

Record Class class_8572

java.lang.Object
java.lang.Record
net.minecraft.class_8572
Record Components:
id -

public record class_8572(String id) extends Record
Mappings:
Namespace Name
official ber
intermediary net/minecraft/class_8572
named net/minecraft/class_8572
official i
intermediary comp_1539
named id
  • Field Details

    • id

      private final String id
      The field for the id record component.
    • GENERIC

      public static final class_8572 GENERIC
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a:Lber;
      intermediary field_44923 Lnet/minecraft/class_8572;field_44923:Lnet/minecraft/class_8572;
      named GENERIC Lnet/minecraft/class_8572;GENERIC:Lnet/minecraft/class_8572;
    • LADDER

      public static final class_8572 LADDER
      Mappings:
      Namespace Name Mixin selector
      official b Lber;b:Lber;
      intermediary field_44924 Lnet/minecraft/class_8572;field_44924:Lnet/minecraft/class_8572;
      named LADDER Lnet/minecraft/class_8572;LADDER:Lnet/minecraft/class_8572;
    • VINES

      public static final class_8572 VINES
      Mappings:
      Namespace Name Mixin selector
      official c Lber;c:Lber;
      intermediary field_44925 Lnet/minecraft/class_8572;field_44925:Lnet/minecraft/class_8572;
      named VINES Lnet/minecraft/class_8572;VINES:Lnet/minecraft/class_8572;
    • WEEPING_VINES

      public static final class_8572 WEEPING_VINES
      Mappings:
      Namespace Name Mixin selector
      official d Lber;d:Lber;
      intermediary field_44926 Lnet/minecraft/class_8572;field_44926:Lnet/minecraft/class_8572;
      named WEEPING_VINES Lnet/minecraft/class_8572;WEEPING_VINES:Lnet/minecraft/class_8572;
    • TWISTING_VINES

      public static final class_8572 TWISTING_VINES
      Mappings:
      Namespace Name Mixin selector
      official e Lber;e:Lber;
      intermediary field_44927 Lnet/minecraft/class_8572;field_44927:Lnet/minecraft/class_8572;
      named TWISTING_VINES Lnet/minecraft/class_8572;TWISTING_VINES:Lnet/minecraft/class_8572;
    • SCAFFOLDING

      public static final class_8572 SCAFFOLDING
      Mappings:
      Namespace Name Mixin selector
      official f Lber;f:Lber;
      intermediary field_44928 Lnet/minecraft/class_8572;field_44928:Lnet/minecraft/class_8572;
      named SCAFFOLDING Lnet/minecraft/class_8572;SCAFFOLDING:Lnet/minecraft/class_8572;
    • OTHER_CLIMBABLE

      public static final class_8572 OTHER_CLIMBABLE
      Mappings:
      Namespace Name Mixin selector
      official g Lber;g:Lber;
      intermediary field_44929 Lnet/minecraft/class_8572;field_44929:Lnet/minecraft/class_8572;
      named OTHER_CLIMBABLE Lnet/minecraft/class_8572;OTHER_CLIMBABLE:Lnet/minecraft/class_8572;
    • WATER

      public static final class_8572 WATER
      Mappings:
      Namespace Name Mixin selector
      official h Lber;h:Lber;
      intermediary field_44930 Lnet/minecraft/class_8572;field_44930:Lnet/minecraft/class_8572;
      named WATER Lnet/minecraft/class_8572;WATER:Lnet/minecraft/class_8572;
  • Constructor Details

    • class_8572

      public class_8572(String string)
  • Method Details

    • method_52196

      public static class_8572 method_52196(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a(Ldbz;)Lber;
      intermediary method_52196 Lnet/minecraft/class_8572;method_52196(Lnet/minecraft/class_2680;)Lnet/minecraft/class_8572;
      named method_52196 Lnet/minecraft/class_8572;method_52196(Lnet/minecraft/block/BlockState;)Lnet/minecraft/class_8572;
    • method_52195

      @Nullable public static @Nullable class_8572 method_52195(LivingEntity livingEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a(Lbfy;)Lber;
      intermediary method_52195 Lnet/minecraft/class_8572;method_52195(Lnet/minecraft/class_1309;)Lnet/minecraft/class_8572;
      named method_52195 Lnet/minecraft/class_8572;method_52195(Lnet/minecraft/entity/LivingEntity;)Lnet/minecraft/class_8572;
    • method_52194

      public String method_52194()
      Mappings:
      Namespace Name Mixin selector
      official a Lber;a()Ljava/lang/String;
      intermediary method_52194 Lnet/minecraft/class_8572;method_52194()Ljava/lang/String;
      named method_52194 Lnet/minecraft/class_8572;method_52194()Ljava/lang/String;
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • id

      public String id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component