Class BodyMotionSequence
java.lang.Object
com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
com.hypixel.hytale.server.npc.corecomponents.MotionBase
com.hypixel.hytale.server.npc.corecomponents.utility.MotionSequence<BodyMotion>
com.hypixel.hytale.server.npc.corecomponents.utility.BodyMotionSequence
- All Implemented Interfaces:
BodyMotion,Motion,RoleStateChange,IAnnotatedComponent,IAnnotatedComponentCollection
public class BodyMotionSequence
extends MotionSequence<BodyMotion>
implements BodyMotion, IAnnotatedComponentCollection
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.corecomponents.utility.MotionSequence
activeMotion, finished, index, looped, restartOnActivate, stepsFields inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
parent -
Constructor Summary
ConstructorsConstructorDescriptionBodyMotionSequence(BuilderBodyMotionSequence builder, BuilderSupport support) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.corecomponents.utility.MotionSequence
activate, activateNext, componentCount, computeSteering, deactivate, doActivate, getComponent, loaded, motionControllerChanged, registerWithSupport, removed, restart, setContext, spawned, teleported, unloadedMethods inherited from class com.hypixel.hytale.server.npc.corecomponents.AnnotatedComponentBase
getIndex, getInfo, getParentMethods 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.util.IAnnotatedComponentCollection
componentCount, getComponentMethods 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
-
BodyMotionSequence
public BodyMotionSequence(@Nonnull BuilderBodyMotionSequence builder, @Nonnull BuilderSupport support)
-
-
Method Details
-
getSteeringMotion
- Specified by:
getSteeringMotionin interfaceBodyMotion
-