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 voidClientPlayerEntity. 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 MovementTypeMovementType. 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 Vec3dEntity. adjustMovementForSneaking(Vec3d movement, MovementType type)voidEntity. 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 voidAbstractDecorationEntity. move(MovementType movementType, Vec3d movement)voidItemFrameEntity. 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 voidShulkerEntity. move(MovementType movementType, Vec3d movement)voidVexEntity. 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 Vec3dPlayerEntity. 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 voidPersistentProjectileEntity. move(MovementType movementType, Vec3d movement)