Package net.minecraft

Record Class class_8936

java.lang.Object
java.lang.Record
net.minecraft.class_8936
Record Components:
flags -

public record class_8936(byte flags) extends Record
Mappings:
Namespace Name
official gj
intermediary net/minecraft/class_8936
named net/minecraft/class_8936
official b
intermediary comp_2020
named flags
  • Field Details

    • flags

      private final byte flags
      The field for the flags record component.
    • field_47160

      public static final class_8936 field_47160
      Mappings:
      Namespace Name Mixin selector
      official a Lgj;a:Lgj;
      intermediary field_47160 Lnet/minecraft/class_8936;field_47160:Lnet/minecraft/class_8936;
      named field_47160 Lnet/minecraft/class_8936;field_47160:Lnet/minecraft/class_8936;
    • field_47161

      private static final byte field_47161
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lgj;c:B
      intermediary field_47161 Lnet/minecraft/class_8936;field_47161:B
      named field_47161 Lnet/minecraft/class_8936;field_47161:B
    • field_47162

      private static final byte field_47162
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lgj;d:B
      intermediary field_47162 Lnet/minecraft/class_8936;field_47162:B
      named field_47162 Lnet/minecraft/class_8936;field_47162:B
  • Constructor Details

    • class_8936

      public class_8936(byte byte2)
  • Method Details

    • method_54885

      private class_8936 method_54885(byte byte2)
      Mappings:
      Namespace Name Mixin selector
      official a Lgj;a(B)Lgj;
      intermediary method_54885 Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;
      named method_54885 Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;
    • method_54884

      public boolean method_54884()
      Mappings:
      Namespace Name Mixin selector
      official a Lgj;a()Z
      intermediary method_54884 Lnet/minecraft/class_8936;method_54884()Z
      named method_54884 Lnet/minecraft/class_8936;method_54884()Z
    • method_54886

      public class_8936 method_54886()
      Mappings:
      Namespace Name Mixin selector
      official b Lgj;b()Lgj;
      intermediary method_54886 Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;
      named method_54886 Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;
    • method_54887

      public boolean method_54887()
      Mappings:
      Namespace Name Mixin selector
      official c Lgj;c()Z
      intermediary method_54887 Lnet/minecraft/class_8936;method_54887()Z
      named method_54887 Lnet/minecraft/class_8936;method_54887()Z
    • method_54888

      public class_8936 method_54888()
      Mappings:
      Namespace Name Mixin selector
      official d Lgj;d()Lgj;
      intermediary method_54888 Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;
      named method_54888 Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;
    • 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 '=='.
      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.
    • flags

      public byte flags()
      Returns the value of the flags record component.
      Returns:
      the value of the flags record component