Uses of Interface
net.minecraft.entity.Entity.PositionUpdater
Packages that use Entity.PositionUpdater
-
Uses of Entity.PositionUpdater in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type Entity.PositionUpdaterModifier and TypeMethodDescriptionprotected void
Entity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) -
Uses of Entity.PositionUpdater in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type Entity.PositionUpdaterModifier and TypeMethodDescriptionprotected void
AbstractHorseEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) protected void
CamelEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) protected void
ChickenEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) protected void
LlamaEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) -
Uses of Entity.PositionUpdater in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle with parameters of type Entity.PositionUpdaterModifier and TypeMethodDescriptionprotected void
BoatEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater)