Uses of Class
net.minecraft.entity.MovementType
Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.entity | |
net.minecraft.entity.decoration | |
net.minecraft.entity.mob | |
net.minecraft.entity.player | |
net.minecraft.entity.projectile |
-
Uses of MovementType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type MovementType Modifier and Type Method Description void
ClientPlayerEntity. move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity
Methods in net.minecraft.entity that return MovementType Modifier and Type Method Description static MovementType
MovementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MovementType[]
MovementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity with parameters of type MovementType Modifier and Type Method Description protected Vec3d
Entity. adjustMovementForSneaking(Vec3d movement, MovementType type)
void
Entity. move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration with parameters of type MovementType Modifier and Type Method Description void
AbstractDecorationEntity. move(MovementType movementType, Vec3d movement)
void
ItemFrameEntity. move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob with parameters of type MovementType Modifier and Type Method Description void
ShulkerEntity. move(MovementType movementType, Vec3d movement)
void
VexEntity. move(MovementType movementType, Vec3d movement)
-
Uses of MovementType in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type MovementType Modifier and Type Method Description protected Vec3d
PlayerEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)
-
Uses of MovementType in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type MovementType Modifier and Type Method Description void
PersistentProjectileEntity. move(MovementType movementType, Vec3d movement)