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 voidClientPlayerEntity. 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 MoverTypeMoverType. 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 Vector3dEntity. maybeBackOffFromEdge(Vector3d p_225514_1_, MoverType p_225514_2_)voidEntity. 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 voidHangingEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)voidItemFrameEntity. 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 voidShulkerEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)voidVexEntity. 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 Vector3dPlayerEntity. 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 voidAbstractArrowEntity. move(MoverType p_213315_1_, Vector3d p_213315_2_)
-