Uses of Record Class
net.minecraft.world.entity.PositionMoveRotation
Packages that use PositionMoveRotation
Package
Description
-
Uses of PositionMoveRotation in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionprivate static boolean
ClientPacketListener.setValuesFromPositionPacket
(PositionMoveRotation p_380237_, Set<Relative> p_380116_, Entity p_379700_, boolean p_379954_) -
Uses of PositionMoveRotation in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as PositionMoveRotationModifier and TypeFieldDescriptionprivate final PositionMoveRotation
ClientboundPlayerPositionPacket.change
The field for thechange
record component.private final PositionMoveRotation
ClientboundTeleportEntityPacket.change
The field for thechange
record component.private final PositionMoveRotation
ClientboundEntityPositionSyncPacket.values
The field for thevalues
record component.Methods in net.minecraft.network.protocol.game that return PositionMoveRotationModifier and TypeMethodDescriptionClientboundPlayerPositionPacket.change()
Returns the value of thechange
record component.ClientboundTeleportEntityPacket.change()
Returns the value of thechange
record component.ClientboundEntityPositionSyncPacket.values()
Returns the value of thevalues
record component.Methods in net.minecraft.network.protocol.game with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionClientboundPlayerPositionPacket.of
(int p_371253_, PositionMoveRotation p_371666_, Set<Relative> p_371475_) ClientboundTeleportEntityPacket.teleport
(int p_379814_, PositionMoveRotation p_379503_, Set<Relative> p_379757_, boolean p_380240_) Constructors in net.minecraft.network.protocol.game with parameters of type PositionMoveRotationModifierConstructorDescriptionClientboundEntityPositionSyncPacket
(int id, PositionMoveRotation values, boolean onGround) Creates an instance of aClientboundEntityPositionSyncPacket
record class.ClientboundPlayerPositionPacket
(int id, PositionMoveRotation change, Set<Relative> relatives) Creates an instance of aClientboundPlayerPositionPacket
record class.ClientboundTeleportEntityPacket
(int id, PositionMoveRotation change, Set<Relative> relatives, boolean onGround) Creates an instance of aClientboundTeleportEntityPacket
record class. -
Uses of PositionMoveRotation in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.teleport
(PositionMoveRotation p_371571_, Set<Relative> p_9786_) -
Uses of PositionMoveRotation in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type PositionMoveRotationModifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, PositionMoveRotation> PositionMoveRotation.STREAM_CODEC
Methods in net.minecraft.world.entity that return PositionMoveRotationModifier and TypeMethodDescriptionstatic PositionMoveRotation
PositionMoveRotation.calculateAbsolute
(PositionMoveRotation p_371265_, PositionMoveRotation p_371276_, Set<Relative> p_371779_) static PositionMoveRotation
static PositionMoveRotation
PositionMoveRotation.of
(TeleportTransition p_379436_) Methods in net.minecraft.world.entity with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionstatic PositionMoveRotation
PositionMoveRotation.calculateAbsolute
(PositionMoveRotation p_371265_, PositionMoveRotation p_371276_, Set<Relative> p_371779_) void
Entity.teleportSetPosition
(PositionMoveRotation p_376669_, Set<Relative> p_376772_) -
Uses of PositionMoveRotation in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.teleport
(PositionMoveRotation posMoveRot, Set<Relative> relatives)