Package net.minecraft
Record Class class_8596
java.lang.Object
java.lang.Record
net.minecraft.class_8596
- All Implemented Interfaces:
class_8594
- Mappings:
Namespace Name official adkintermediary net/minecraft/class_8596named net/minecraft/class_8596
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_52295(PacketByteBuf packetByteBuf) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
field_44980
- Mappings:
Namespace Name Mixin selector official aLadk;a:Ladk;intermediary field_44980Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;named field_44980Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;
-
-
Constructor Details
-
class_8596
public class_8596()Creates an instance of aclass_8596record class.
-
-
Method Details
-
method_52295
- Specified by:
method_52295in interfaceclass_8594- Mappings:
Namespace Name Mixin selector official aLadi;a(Lsh;)Vintermediary method_52295Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/class_2540;)Vnamed method_52295Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/network/PacketByteBuf;)V
-
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.
-