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
ChickenEntity.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
AbstractBoatEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater) protected void
MinecartEntity.updatePassengerPosition
(Entity passenger, Entity.PositionUpdater positionUpdater)