Package net.minecraft
Record Class class_8936
java.lang.Object
java.lang.Record
net.minecraft.class_8936
- Record Components:
flags-
- Mappings:
Namespace Name official gjintermediary net/minecraft/class_8936named net/minecraft/class_8936official bintermediary comp_2020named flags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8936private static final byteprivate static final byteprivate final byteThe field for theflagsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.byteflags()Returns the value of theflagsrecord component.final inthashCode()Returns a hash code value for this object.booleanprivate class_8936method_54885(byte byte2) booleanfinal StringtoString()Returns a string representation of this record class.
-
Field Details
-
flags
private final byte flagsThe field for theflagsrecord component. -
field_47160
- Mappings:
Namespace Name Mixin selector official aLgj;a:Lgj;intermediary field_47160Lnet/minecraft/class_8936;field_47160:Lnet/minecraft/class_8936;named field_47160Lnet/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 cLgj;c:Bintermediary field_47161Lnet/minecraft/class_8936;field_47161:Bnamed field_47161Lnet/minecraft/class_8936;field_47161:B
-
field_47162
private static final byte field_47162- See Also:
- Mappings:
Namespace Name Mixin selector official dLgj;d:Bintermediary field_47162Lnet/minecraft/class_8936;field_47162:Bnamed field_47162Lnet/minecraft/class_8936;field_47162:B
-
-
Constructor Details
-
class_8936
public class_8936(byte byte2)
-
-
Method Details
-
method_54885
- Mappings:
Namespace Name Mixin selector official aLgj;a(B)Lgj;intermediary method_54885Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;named method_54885Lnet/minecraft/class_8936;method_54885(B)Lnet/minecraft/class_8936;
-
method_54884
public boolean method_54884()- Mappings:
Namespace Name Mixin selector official aLgj;a()Zintermediary method_54884Lnet/minecraft/class_8936;method_54884()Znamed method_54884Lnet/minecraft/class_8936;method_54884()Z
-
method_54886
- Mappings:
Namespace Name Mixin selector official bLgj;b()Lgj;intermediary method_54886Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;named method_54886Lnet/minecraft/class_8936;method_54886()Lnet/minecraft/class_8936;
-
method_54887
public boolean method_54887()- Mappings:
Namespace Name Mixin selector official cLgj;c()Zintermediary method_54887Lnet/minecraft/class_8936;method_54887()Znamed method_54887Lnet/minecraft/class_8936;method_54887()Z
-
method_54888
- Mappings:
Namespace Name Mixin selector official dLgj;d()Lgj;intermediary method_54888Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;named method_54888Lnet/minecraft/class_8936;method_54888()Lnet/minecraft/class_8936;
-
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. -
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. -
equals
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 '=='. -
flags
public byte flags()Returns the value of theflagsrecord component.- Returns:
- the value of the
flagsrecord component
-