Record Class EntityDamageS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.EntityDamageS2CPacket
- Record Components:
- entityId-
- sourceTypeId-
- sourceCauseId-
- sourceDirectId-
- sourcePosition-
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
public record EntityDamageS2CPacket(int entityId, int sourceTypeId, int sourceCauseId, int sourceDirectId, Optional<Vec3d> sourcePosition)
extends Record
implements Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - official - vq- intermediary - net/minecraft/class_8143- named - net/minecraft/network/packet/s2c/play/EntityDamageS2CPacket- official - a- intermediary - comp_1267- named - entityId- official - b- intermediary - comp_1268- named - sourceTypeId- official - c- intermediary - comp_1269- named - sourceCauseId- official - d- intermediary - comp_1270- named - sourceDirectId- official - e- intermediary - comp_1271- named - sourcePosition
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intThe field for theentityIdrecord component.private final intThe field for thesourceCauseIdrecord component.private final intThe field for thesourceDirectIdrecord component.The field for thesourcePositionrecord component.private final intThe field for thesourceTypeIdrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionEntityDamageS2CPacket(int int2, int int3, int int4, int int5, Optional<Vec3d> optional) EntityDamageS2CPacket(Entity entity, DamageSource damageSource) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) createDamageSource(World world) intentityId()Returns the value of theentityIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.private static intintReturns the value of thesourceCauseIdrecord component.intReturns the value of thesourceDirectIdrecord component.Returns the value of thesourcePositionrecord component.intReturns the value of thesourceTypeIdrecord component.final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) private static voidwriteOffsetVarInt(PacketByteBuf buf, int value) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable
- 
Field Details- 
entityIdprivate final int entityIdThe field for theentityIdrecord component.
- 
sourceTypeIdprivate final int sourceTypeIdThe field for thesourceTypeIdrecord component.
- 
sourceCauseIdprivate final int sourceCauseIdThe field for thesourceCauseIdrecord component.
- 
sourceDirectIdprivate final int sourceDirectIdThe field for thesourceDirectIdrecord component.
- 
sourcePositionThe field for thesourcePositionrecord component.
 
- 
- 
Constructor Details- 
EntityDamageS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lvq;<init>(Lbfj;Lben;)V- intermediary - <init>- Lnet/minecraft/class_8143;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_1282;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;)V
 
- 
EntityDamageS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lvq;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_8143;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
EntityDamageS2CPacket
 
- 
- 
Method Details- 
writeOffsetVarInt- Mappings:
- Namespace - Name - Mixin selector - official - a- Lvq;a(Lsf;I)V- intermediary - method_49072- Lnet/minecraft/class_8143;method_49072(Lnet/minecraft/class_2540;I)V- named - writeOffsetVarInt- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;writeOffsetVarInt(Lnet/minecraft/network/PacketByteBuf;I)V
 
- 
readOffsetVarInt- Mappings:
- Namespace - Name - Mixin selector - official - b- Lvq;b(Lsf;)I- intermediary - method_49075- Lnet/minecraft/class_8143;method_49075(Lnet/minecraft/class_2540;)I- named - readOffsetVarInt- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;readOffsetVarInt(Lnet/minecraft/network/PacketByteBuf;)I
 
- 
write- Specified by:
- writein interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Luo;a(Lsf;)V- intermediary - method_11052- Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V- named - write- Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
apply- Specified by:
- applyin interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lvq;a(Lur;)V- intermediary - method_49074- Lnet/minecraft/class_8143;method_49074(Lnet/minecraft/class_2602;)V- named - apply- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 
- 
createDamageSource- Mappings:
- Namespace - Name - Mixin selector - official - a- Lvq;a(Lcmm;)Lben;- intermediary - method_49071- Lnet/minecraft/class_8143;method_49071(Lnet/minecraft/class_1937;)Lnet/minecraft/class_1282;- named - createDamageSource- Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;createDamageSource(Lnet/minecraft/world/World;)Lnet/minecraft/entity/damage/DamageSource;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
entityIdpublic int entityId()Returns the value of theentityIdrecord component.- Returns:
- the value of the entityIdrecord component
 
- 
sourceTypeIdpublic int sourceTypeId()Returns the value of thesourceTypeIdrecord component.- Returns:
- the value of the sourceTypeIdrecord component
 
- 
sourceCauseIdpublic int sourceCauseId()Returns the value of thesourceCauseIdrecord component.- Returns:
- the value of the sourceCauseIdrecord component
 
- 
sourceDirectIdpublic int sourceDirectId()Returns the value of thesourceDirectIdrecord component.- Returns:
- the value of the sourceDirectIdrecord component
 
- 
sourcePositionReturns the value of thesourcePositionrecord component.- Returns:
- the value of the sourcePositionrecord component
 
 
-