Record Class DamageTiltS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.DamageTiltS2CPacket
- Record Components:
id-yaw-
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public record DamageTiltS2CPacket(int id, float yaw)
extends Record
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name intermediary net/minecraft/class_8043official vznamed net/minecraft/network/packet/s2c/play/DamageTiltS2CPacketintermediary comp_1202official anamed idintermediary comp_1203official bnamed yaw
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDamageTiltS2CPacket(int int2, float float2) DamageTiltS2CPacket(LivingEntity entity) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intid()Returns the value of theidrecord component.final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) floatyaw()Returns the value of theyawrecord component.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
Constructor Details
-
DamageTiltS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_8043;<init>(Lnet/minecraft/class_1309;)Vofficial <init>Lvz;<init>(Lbfx;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/DamageTiltS2CPacket;<init>(Lnet/minecraft/entity/LivingEntity;)V
-
DamageTiltS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_8043;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lvz;<init>(Lsf;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/DamageTiltS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
DamageTiltS2CPacket
public DamageTiltS2CPacket(int int2, float float2)
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vofficial aLuo;a(Lsf;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_48330Lnet/minecraft/class_8043;method_48330(Lnet/minecraft/class_2602;)Vofficial aLvz;a(Lur;)Vnamed applyLnet/minecraft/network/packet/s2c/play/DamageTiltS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)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. All components in this record class are compared with '=='. -
id
public int id()Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
yaw
public float yaw()Returns the value of theyawrecord component.- Returns:
- the value of the
yawrecord component
-