Uses of Interface
net.minecraft.world.entity.Entity.MoveFunction
Packages that use Entity.MoveFunction
Package
Description
-
Uses of Entity.MoveFunction in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type Entity.MoveFunctionModifier and TypeMethodDescriptionprotected void
Entity.positionRider
(Entity pPassenger, Entity.MoveFunction pCallback) -
Uses of Entity.MoveFunction in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type Entity.MoveFunctionModifier and TypeMethodDescriptionprotected void
Chicken.positionRider
(Entity pPassenger, Entity.MoveFunction pCallback) -
Uses of Entity.MoveFunction in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type Entity.MoveFunctionModifier and TypeMethodDescriptionprotected void
AbstractHorse.positionRider
(Entity pPassenger, Entity.MoveFunction pCallback) -
Uses of Entity.MoveFunction in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle with parameters of type Entity.MoveFunctionModifier and TypeMethodDescriptionprotected void
Boat.positionRider
(Entity pPassenger, Entity.MoveFunction pCallback)