Package net.minecraft.network.packet
Record Class UnknownCustomPayload
java.lang.Object
java.lang.Record
net.minecraft.network.packet.UnknownCustomPayload
- Record Components:
id
-
- All Implemented Interfaces:
CustomPayload
- Mappings:
Namespace Name named net/minecraft/network/packet/UnknownCustomPayload
intermediary net/minecraft/class_8711
official aay
named id
intermediary comp_1678
official a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.packet.CustomPayload
CustomPayload.CodecFactory<B extends PacketByteBuf>, CustomPayload.Id<T extends CustomPayload>, CustomPayload.Type<B extends PacketByteBuf,
T extends CustomPayload> -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PacketByteBuf>
PacketCodec<T, UnknownCustomPayload> createCodec
(Identifier id, int maxBytes) final boolean
Indicates whether some other object is "equal to" this one.getId()
final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
id
The field for theid
record component.
-
-
Constructor Details
-
UnknownCustomPayload
-
-
Method Details
-
createCodec
public static <T extends PacketByteBuf> PacketCodec<T,UnknownCustomPayload> createCodec(Identifier id, int maxBytes) - Mappings:
Namespace Name Mixin selector named createCodec
Lnet/minecraft/network/packet/UnknownCustomPayload;createCodec(Lnet/minecraft/util/Identifier;I)Lnet/minecraft/network/codec/PacketCodec;
intermediary method_56492
Lnet/minecraft/class_8711;method_56492(Lnet/minecraft/class_2960;I)Lnet/minecraft/class_9139;
official a
Laay;a(Lalf;I)Lzn;
-
getId
- Specified by:
getId
in interfaceCustomPayload
- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/network/packet/CustomPayload;getId()Lnet/minecraft/network/packet/CustomPayload$Id;
intermediary method_56479
Lnet/minecraft/class_8710;method_56479()Lnet/minecraft/class_8710$class_9154;
official a
Laax;a()Laax$b;
-
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 withObjects::equals(Object,Object)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-