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 pPositionMoveRotation, Set<Relative> pRelatives, Entity pEntity, boolean pLerp) -
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 pId, PositionMoveRotation pPositionMoveRotation, Set<Relative> pRelativeArguments) ClientboundTeleportEntityPacket.teleport
(int pId, PositionMoveRotation pChange, Set<Relative> pRelatives, boolean pOnGround) 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 pPosMoveRotation, Set<Relative> pRelatives) -
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 pCurrent, PositionMoveRotation pAfter, Set<Relative> pRelatives) static PositionMoveRotation
static PositionMoveRotation
PositionMoveRotation.of
(TeleportTransition pTeleportTransition) Methods in net.minecraft.world.entity with parameters of type PositionMoveRotationModifier and TypeMethodDescriptionstatic PositionMoveRotation
PositionMoveRotation.calculateAbsolute
(PositionMoveRotation pCurrent, PositionMoveRotation pAfter, Set<Relative> pRelatives) void
Entity.teleportSetPosition
(PositionMoveRotation pPositionMovementRotation, Set<Relative> pRelatives) -
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)