Interface Control
- All Known Implementing Classes:
AbstractFish.FishMoveControl
,Axolotl.AxolotlLookControl
,Axolotl.AxolotlMoveControl
,Bee.BeeLookControl
,BodyRotationControl
,Camel.CamelBodyRotationControl
,Camel.CamelLookControl
,Camel.CamelMoveControl
,Creaking.CreakingBodyRotationControl
,Creaking.CreakingJumpControl
,Creaking.CreakingLookControl
,Creaking.CreakingMoveControl
,Drowned.DrownedMoveControl
,FlyingMoveControl
,Fox.FoxLookControl
,Fox.FoxMoveControl
,Frog.FrogLookControl
,Ghast.GhastMoveControl
,Guardian.GuardianMoveControl
,JumpControl
,LookControl
,MoveControl
,Panda.PandaMoveControl
,Phantom.PhantomBodyRotationControl
,Phantom.PhantomLookControl
,Phantom.PhantomMoveControl
,Rabbit.RabbitJumpControl
,Rabbit.RabbitMoveControl
,Shulker.ShulkerBodyRotationControl
,Shulker.ShulkerLookControl
,Slime.SlimeMoveControl
,SmoothSwimmingLookControl
,SmoothSwimmingMoveControl
,Turtle.TurtleMoveControl
,Vex.VexMoveControl
public interface Control
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
rotateTowards
(float pCurrent, float pWanted, float pMaxSpeed)
-
Method Details
-
rotateTowards
default float rotateTowards(float pCurrent, float pWanted, float pMaxSpeed)
-