Class CommonNpcActionController

java.lang.Object
com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject
com.github.juliarn.npclib.common.CommonNpcActionController
All Implemented Interfaces:
com.github.juliarn.npclib.api.flag.NpcFlaggedObject, com.github.juliarn.npclib.api.NpcActionController

public abstract class CommonNpcActionController extends CommonNpcFlaggedObject implements com.github.juliarn.npclib.api.NpcActionController
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.github.juliarn.npclib.api.NpcActionController

    com.github.juliarn.npclib.api.NpcActionController.Builder
  • Field Summary

    Fields inherited from class com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject

    flags

    Fields inherited from interface com.github.juliarn.npclib.api.NpcActionController

    AUTO_SYNC_POSITION_ON_SPAWN, IMITATE_DISTANCE, SPAWN_DISTANCE, TAB_REMOVAL_TICKS
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommonNpcActionController(@NotNull Map<com.github.juliarn.npclib.api.flag.NpcFlag<?>,Optional<?>> flags)
     
  • Method Summary

    Methods inherited from class com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject

    flagValue, flagValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.juliarn.npclib.api.flag.NpcFlaggedObject

    flagValue, flagValue, flagValueOrDefault
  • Constructor Details

    • CommonNpcActionController

      public CommonNpcActionController(@NotNull @NotNull Map<com.github.juliarn.npclib.api.flag.NpcFlag<?>,Optional<?>> flags)