Class DefaultShowNpcEvent
java.lang.Object
com.github.juliarn.npclib.common.event.CommonNpcEvent
com.github.juliarn.npclib.common.event.CommonPlayerNpcEvent
com.github.juliarn.npclib.common.event.DefaultShowNpcEvent
- All Implemented Interfaces:
com.github.juliarn.npclib.api.event.NpcEvent,com.github.juliarn.npclib.api.event.PlayerNpcEvent,com.github.juliarn.npclib.api.event.ShowNpcEvent
- Direct Known Subclasses:
DefaultShowNpcEvent.DefaultPost,DefaultShowNpcEvent.DefaultPre
public class DefaultShowNpcEvent
extends CommonPlayerNpcEvent
implements com.github.juliarn.npclib.api.event.ShowNpcEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static final classNested classes/interfaces inherited from interface com.github.juliarn.npclib.api.event.ShowNpcEvent
com.github.juliarn.npclib.api.event.ShowNpcEvent.Post, com.github.juliarn.npclib.api.event.ShowNpcEvent.Pre -
Field Summary
Fields inherited from class com.github.juliarn.npclib.common.event.CommonPlayerNpcEvent
playerFields inherited from class com.github.juliarn.npclib.common.event.CommonNpcEvent
npc -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDefaultShowNpcEvent(@NotNull com.github.juliarn.npclib.api.Npc<?, ?, ?, ?> npc, @NotNull Object player) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull com.github.juliarn.npclib.api.event.ShowNpcEvent.Poststatic @NotNull com.github.juliarn.npclib.api.event.ShowNpcEvent.PreMethods inherited from class com.github.juliarn.npclib.common.event.CommonPlayerNpcEvent
playerMethods inherited from class com.github.juliarn.npclib.common.event.CommonNpcEvent
npcMethods 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.event.NpcEvent
npcMethods inherited from interface com.github.juliarn.npclib.api.event.PlayerNpcEvent
player
-
Constructor Details
-
DefaultShowNpcEvent
private DefaultShowNpcEvent(@NotNull @NotNull com.github.juliarn.npclib.api.Npc<?, ?, ?, ?> npc, @NotNull @NotNull Object player)
-
-
Method Details
-
pre
@NotNull public static @NotNull com.github.juliarn.npclib.api.event.ShowNpcEvent.Pre pre(@NotNull @NotNull com.github.juliarn.npclib.api.Npc<?, ?, ?, ?> npc, @NotNull @NotNull Object player) -
post
@NotNull public static @NotNull com.github.juliarn.npclib.api.event.ShowNpcEvent.Post post(@NotNull @NotNull com.github.juliarn.npclib.api.Npc<?, ?, ?, ?> npc, @NotNull @NotNull Object player)
-