Uses of Enum Class
net.minecraft.entity.MovementType
Package
Description
-
Uses of MovementType in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity
Modifier and TypeMethodDescriptionstatic MovementType
Returns the enum constant of this class with the specified name.static MovementType[]
MovementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected Vec3d
Entity.adjustMovementForSneaking(Vec3d movement, MovementType type)
void
Entity.move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.decoration
Modifier and TypeMethodDescriptionvoid
AbstractDecorationEntity.move(MovementType movementType, Vec3d movement)
void
ItemFrameEntity.move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionvoid
ShulkerEntity.move(MovementType movementType, Vec3d movement)
void
VexEntity.move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprotected Vec3d
PlayerEntity.adjustMovementForSneaking(Vec3d movement, MovementType type)
-
Uses of MovementType in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionvoid
PersistentProjectileEntity.move(MovementType movementType, Vec3d movement)