Package net.minecraft
Record Class class_11752
java.lang.Object
java.lang.Record
net.minecraft.class_11752
- All Implemented Interfaces:
Packet<ServerConfigurationPacketListener>
- Mappings:
Namespace Name named net/minecraft/class_11752intermediary net/minecraft/class_11752official acr
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_11752static final PacketCodec<ByteBuf, class_11752> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerConfigurationPacketListener serverConfigurationPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
field_62060
- Mappings:
Namespace Name Mixin selector named field_62060Lnet/minecraft/class_11752;field_62060:Lnet/minecraft/class_11752;intermediary field_62060Lnet/minecraft/class_11752;field_62060:Lnet/minecraft/class_11752;official aLacr;a:Lacr;
-
field_62061
- Mappings:
Namespace Name Mixin selector named field_62061Lnet/minecraft/class_11752;field_62061:Lnet/minecraft/network/codec/PacketCodec;intermediary field_62061Lnet/minecraft/class_11752;field_62061:Lnet/minecraft/class_9139;official bLacr;b:Lzv;
-
-
Constructor Details
-
class_11752
public class_11752()Creates an instance of aclass_11752record class.
-
-
Method Details
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<ServerConfigurationPacketListener>- Mappings:
Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLaaf;a()Laah;
-
apply
- Specified by:
applyin interfacePacket<ServerConfigurationPacketListener>- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/class_11752;apply(Lnet/minecraft/network/listener/ServerConfigurationPacketListener;)Vintermediary method_73260Lnet/minecraft/class_11752;method_73260(Lnet/minecraft/class_8735;)Vofficial aLacr;a(Lacq;)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.
-