Package net.minecraft
Record Class class_8936
java.lang.Object
java.lang.Record
net.minecraft.class_8936
- Record Components:
flags
-
- Mappings:
Namespace Name official gj
intermediary net/minecraft/class_8936
named net/minecraft/class_8936
official b
intermediary comp_2020
named flags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8936
private static final byte
private static final byte
private final byte
The field for theflags
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.byte
flags()
Returns the value of theflags
record component.final int
hashCode()
Returns a hash code value for this object.boolean
private class_8936
method_54885
(byte byte2) boolean
final String
toString()
Returns a string representation of this record class.
-
Field Details
-
flags
private final byte flagsThe field for theflags
record component. -
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
- 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
- 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
- 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
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 theflags
record component.- Returns:
- the value of the
flags
record component
-