net.minecraft.network.protocol.game

public record ClientboundTeleportEntityPacket

implements Packet<ClientGamePacketListener>

aha
net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket
net.minecraft.class_2777
net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
net.minecraft.src.C_5135_
net.minecraft.network.protocol.game.PacketPlayOutEntityTeleport

Field summary

Modifier and TypeField
private final int
b
id
comp_3237
entityId
f_133529_
private final PositionMoveRotation
c
change
comp_3238
change
f_347059_
private final Set<Relative>
d
relatives
comp_3239
relatives
f_347814_
private final boolean
e
onGround
comp_3240
onGround
f_133535_
public static final StreamCodec<FriendlyByteBuf, ClientboundTeleportEntityPacket>
a
STREAM_CODEC
field_48004
CODEC
f_315967_

Constructor summary

ModifierConstructor
public (int change, PositionMoveRotation relatives, Set<Relative> onGround, boolean arg3)

Method summary

Modifier and TypeMethod
public static ClientboundTeleportEntityPacket
a(int arg0, bwt arg1, Set<bwu> arg2, boolean arg3)
teleport(int arg0, PositionMoveRotation arg1, Set<Relative> arg2, boolean arg3)
method_64565(int arg0, class_10182 arg1, Set<class_2709> arg2, boolean arg3)
create(int entityId, PlayerPosition change, Set<PositionFlag> relatives, boolean onGround)
m_357247_(int p_360951_, C_345854_ p_369497_, Set<C_346168_> p_362690_, boolean p_361553_)
public PacketType<ClientboundTeleportEntityPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11922(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public int
b()
id()
comp_3237()
entityId()
f_133529_()
public PositionMoveRotation
e()
change()
comp_3238()
change()
f_347059_()
public Set<Relative>
f()
relatives()
comp_3239()
relatives()
f_347814_()
public boolean
g()
onGround()
comp_3240()
onGround()
f_133535_()