Class BodyMotionTimer
java.lang.Object
com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
com.hypixel.hytale.server.npc.corecomponents.MotionBase
com.hypixel.hytale.server.npc.corecomponents.timer.MotionTimer<BodyMotion>
com.hypixel.hytale.server.npc.corecomponents.timer.BodyMotionTimer
- All Implemented Interfaces:
BodyMotion,Motion,RoleStateChange,IAnnotatedComponent
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.corecomponents.timer.MotionTimer
activeTime, atLeastSeconds, atMostSeconds, motion, timeToLiveFields inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
index, parent -
Constructor Summary
ConstructorsConstructorDescriptionBodyMotionTimer(BuilderBodyMotionTimer builder, BuilderSupport builderSupport, BodyMotion motion) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.corecomponents.timer.MotionTimer
activate, computeSteering, deactivate, loaded, motionControllerChanged, registerWithSupport, removed, spawned, teleported, unloadedMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
getIndex, getInfo, getParent, setContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.npc.util.IAnnotatedComponent
getBreadCrumbs, getBreadCrumbs, getIndex, getInfo, getLabel, getParent, setContextMethods inherited from interface com.hypixel.hytale.server.npc.instructions.Motion
activate, computeSteering, deactivate, preComputeSteeringMethods inherited from interface com.hypixel.hytale.server.npc.instructions.RoleStateChange
loaded, motionControllerChanged, registerWithSupport, removed, spawned, teleported, unloaded
-
Constructor Details
-
BodyMotionTimer
public BodyMotionTimer(@Nonnull BuilderBodyMotionTimer builder, @Nonnull BuilderSupport builderSupport, BodyMotion motion)
-
-
Method Details
-
getSteeringMotion
- Specified by:
getSteeringMotionin interfaceBodyMotion
-