Class CommonNpcSettings<P>
java.lang.Object
com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject
com.github.juliarn.npclib.common.settings.CommonNpcSettings<P>
- All Implemented Interfaces:
com.github.juliarn.npclib.api.flag.NpcFlaggedObject,com.github.juliarn.npclib.api.settings.NpcSettings<P>
public class CommonNpcSettings<P>
extends CommonNpcFlaggedObject
implements com.github.juliarn.npclib.api.settings.NpcSettings<P>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.juliarn.npclib.api.settings.NpcSettings
com.github.juliarn.npclib.api.settings.NpcSettings.Builder<P> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.github.juliarn.npclib.api.settings.NpcProfileResolver<P> protected final com.github.juliarn.npclib.api.settings.NpcTrackingRule<P> Fields inherited from class com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject
flags -
Constructor Summary
ConstructorsConstructorDescriptionCommonNpcSettings(@NotNull Map<com.github.juliarn.npclib.api.flag.NpcFlag<?>, Optional<?>> flags, @NotNull com.github.juliarn.npclib.api.settings.NpcTrackingRule<P> trackingRule, @NotNull com.github.juliarn.npclib.api.settings.NpcProfileResolver<P> profileResolver) -
Method Summary
Methods inherited from class com.github.juliarn.npclib.common.flag.CommonNpcFlaggedObject
flagValue, flagValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.juliarn.npclib.api.flag.NpcFlaggedObject
flagValue, flagValue, flagValueOrDefault
-
Field Details
-
trackingRule
-
profileResolver
-
-
Constructor Details
-
CommonNpcSettings
-
-
Method Details
-
trackingRule
- Specified by:
trackingRulein interfacecom.github.juliarn.npclib.api.settings.NpcSettings<P>
-
profileResolver
@NotNull public @NotNull com.github.juliarn.npclib.api.settings.NpcProfileResolver<P> profileResolver()- Specified by:
profileResolverin interfacecom.github.juliarn.npclib.api.settings.NpcSettings<P>
-