Uses of Class
net.minecraft.entity.MoverType
-
Packages that use MoverType Package Description net.minecraft.client.entity.player net.minecraft.entity net.minecraft.entity.item net.minecraft.entity.monster net.minecraft.entity.player net.minecraft.entity.projectile -
-
Uses of MoverType in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type MoverType Modifier and Type Method Description void
ClientPlayerEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of MoverType in net.minecraft.entity
Methods in net.minecraft.entity that return MoverType Modifier and Type Method Description static MoverType
MoverType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MoverType[]
MoverType. 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 MoverType Modifier and Type Method Description protected Vector3d
Entity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
void
Entity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of MoverType in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type MoverType Modifier and Type Method Description void
HangingEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
ItemFrameEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of MoverType in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster with parameters of type MoverType Modifier and Type Method Description void
ShulkerEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
void
VexEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-
Uses of MoverType in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type MoverType Modifier and Type Method Description protected Vector3d
PlayerEntity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)
-
Uses of MoverType in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type MoverType Modifier and Type Method Description void
AbstractArrowEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-