History - net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.network.protocol.game.ClientboundAddEntityPacket
net.minecraft.class_2604
net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
Fields
PacketCodec<RegistryByteBuf, EntitySpawnS2CPacket>: STREAM_CODEC, field_47896, CODEC
int: id, field_11953, entityId
UUID: uuid, field_11952, uuid
EntityType<?>: type, field_11955, entityType
double: x, field_11948, x
double: y, field_11946, y
double: z, field_11956, z
Vec3d: movement, field_61886, velocity
byte: xRot, field_11947, pitch
byte: yRot, field_11957, yaw
byte: yHeadRot, field_38817, headYaw
int: data, field_11954, entityData
Constructors
(Entity, EntityTrackerEntry, int)
(int, UUID, double, double, double, float, float, EntityType<?>, int, Vec3d, double)
Methods
void (RegistryByteBuf): write, method_55855, write
PacketType<EntitySpawnS2CPacket> (): type, method_65080, getPacketType
void (ClientPlayPacketListener): handle, method_11178, apply
int (): getId, method_11167, getEntityId
UUID (): getUUID, method_11164, getUuid
EntityType<?> (): getType, method_11169, getEntityType
double (): getX, method_11175, getX
double (): getY, method_11174, getY
double (): getZ, method_11176, getZ
Vec3d (): getMovement, method_73084, getVelocity
float (): getXRot, method_11171, getPitch
float (): getYRot, method_11168, getYaw
float (): getYHeadRot, method_43233, getHeadYaw
int (): getData, method_11166, getEntityData
void (PacketListener): handle, method_65081, apply