Record Class DebugGameEventCustomPayload
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugGameEventCustomPayload
- Record Components:
gameEventType-pos-
- All Implemented Interfaces:
CustomPayload
public record DebugGameEventCustomPayload(RegistryKey<GameEvent> gameEventType, Vec3d pos)
extends Record
implements CustomPayload
- Mappings:
Namespace Name official zaintermediary net/minecraft/class_8712named net/minecraft/network/packet/s2c/custom/DebugGameEventCustomPayloadofficial cintermediary comp_1679named gameEventTypeofficial dintermediary comp_1680named pos
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.network.packet.CustomPayload
CustomPayload.CodecFactory<B extends PacketByteBuf>, CustomPayload.CodecPair<B extends PacketByteBuf,T extends CustomPayload>, CustomPayload.Type<T extends CustomPayload> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,DebugGameEventCustomPayload> static final CustomPayload.Type<DebugGameEventCustomPayload>private final RegistryKey<GameEvent>The field for thegameEventTyperecord component.private final Vec3dThe field for theposrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDebugGameEventCustomPayload(RegistryKey<GameEvent> registryKey, Vec3d vec3d) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegameEventTyperecord component.getKey()final inthashCode()Returns a hash code value for this object.private voidmethod_56494(PacketByteBuf packetByteBuf) pos()Returns the value of theposrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
gameEventType
The field for thegameEventTyperecord component. -
pos
The field for theposrecord component. -
field_48660
- Mappings:
Namespace Name Mixin selector official aLza;a:Lxo;intermediary field_48660Lnet/minecraft/class_8712;field_48660:Lnet/minecraft/class_9139;named field_48660Lnet/minecraft/network/packet/s2c/custom/DebugGameEventCustomPayload;field_48660:Lnet/minecraft/network/codec/PacketCodec;
-
field_48661
- Mappings:
Namespace Name Mixin selector official bLza;b:Lyy$b;intermediary field_48661Lnet/minecraft/class_8712;field_48661:Lnet/minecraft/class_8710$class_9154;named field_48661Lnet/minecraft/network/packet/s2c/custom/DebugGameEventCustomPayload;field_48661:Lnet/minecraft/network/packet/CustomPayload$Type;
-
-
Constructor Details
-
DebugGameEventCustomPayload
- Mappings:
Namespace Name Mixin selector official <init>Lza;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_8712;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/custom/DebugGameEventCustomPayload;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
DebugGameEventCustomPayload
-
-
Method Details
-
method_56494
- Mappings:
Namespace Name Mixin selector official aLza;a(Luq;)Vintermediary method_56494Lnet/minecraft/class_8712;method_56494(Lnet/minecraft/class_2540;)Vnamed method_56494Lnet/minecraft/network/packet/s2c/custom/DebugGameEventCustomPayload;method_56494(Lnet/minecraft/network/PacketByteBuf;)V
-
getKey
- Specified by:
getKeyin interfaceCustomPayload- Mappings:
Namespace Name Mixin selector official aLyy;a()Lyy$b;intermediary method_56479Lnet/minecraft/class_8710;method_56479()Lnet/minecraft/class_8710$class_9154;named getKeyLnet/minecraft/network/packet/CustomPayload;getKey()Lnet/minecraft/network/packet/CustomPayload$Type;
-
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). -
gameEventType
Returns the value of thegameEventTyperecord component.- Returns:
- the value of the
gameEventTyperecord component
-
pos
Returns the value of theposrecord component.- Returns:
- the value of the
posrecord component
-