Uses of Enum Class
net.minecraft.world.entity.RelativeMovement
Packages that use RelativeMovement
Package
Description
-
Uses of RelativeMovement in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type RelativeMovementModifier and TypeFieldDescriptionprivate final Set<RelativeMovement>
ClientboundPlayerPositionPacket.relativeArguments
Methods in net.minecraft.network.protocol.game that return types with arguments of type RelativeMovementConstructor parameters in net.minecraft.network.protocol.game with type arguments of type RelativeMovementModifierConstructorDescriptionClientboundPlayerPositionPacket
(double p_275438_, double p_275354_, double p_275276_, float p_275280_, float p_275203_, Set<RelativeMovement> p_275228_, int p_275614_) -
Uses of RelativeMovement in net.minecraft.server.commands
Method parameters in net.minecraft.server.commands with type arguments of type RelativeMovementModifier and TypeMethodDescriptionprivate static void
TeleportCommand.performTeleport
(CommandSourceStack p_139015_, Entity p_139016_, ServerLevel p_139017_, double p_139018_, double p_139019_, double p_139020_, Set<RelativeMovement> p_139021_, float p_139022_, float p_139023_, TeleportCommand.LookAt p_139024_) -
Uses of RelativeMovement in net.minecraft.server.level
Method parameters in net.minecraft.server.level with type arguments of type RelativeMovementModifier and TypeMethodDescriptionboolean
ServerPlayer.teleportTo
(ServerLevel p_265564_, double p_265424_, double p_265680_, double p_265312_, Set<RelativeMovement> p_265192_, float p_265059_, float p_265266_) -
Uses of RelativeMovement in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type RelativeMovementModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.teleport
(double p_9781_, double p_9782_, double p_9783_, float p_9784_, float p_9785_, Set<RelativeMovement> p_9786_) -
Uses of RelativeMovement in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type RelativeMovementModifier and TypeFieldDescriptionstatic final Set<RelativeMovement>
RelativeMovement.ALL
static final Set<RelativeMovement>
RelativeMovement.ROTATION
Methods in net.minecraft.world.entity that return RelativeMovementModifier and TypeMethodDescriptionstatic RelativeMovement
Returns the enum constant of this class with the specified name.static RelativeMovement[]
RelativeMovement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.entity that return types with arguments of type RelativeMovementModifier and TypeMethodDescriptionstatic Set<RelativeMovement>
RelativeMovement.unpack
(int p_265683_) Method parameters in net.minecraft.world.entity with type arguments of type RelativeMovementModifier and TypeMethodDescriptionstatic int
RelativeMovement.pack
(Set<RelativeMovement> p_265525_) boolean
Entity.teleportTo
(ServerLevel p_265257_, double p_265407_, double p_265727_, double p_265410_, Set<RelativeMovement> p_265083_, float p_265573_, float p_265094_) -
Uses of RelativeMovement in net.minecraftforge.common.util
Method parameters in net.minecraftforge.common.util with type arguments of type RelativeMovementModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.teleport
(double x, double y, double z, float yaw, float pitch, Set<RelativeMovement> relativeSet)