Class DefaultShowNpcEvent.DefaultPost

All Implemented Interfaces:
com.github.juliarn.npclib.api.event.NpcEvent, com.github.juliarn.npclib.api.event.PlayerNpcEvent, com.github.juliarn.npclib.api.event.ShowNpcEvent, com.github.juliarn.npclib.api.event.ShowNpcEvent.Post
Enclosing class:
DefaultShowNpcEvent

private static final class DefaultShowNpcEvent.DefaultPost extends DefaultShowNpcEvent implements com.github.juliarn.npclib.api.event.ShowNpcEvent.Post
  • Nested Class Summary

    Nested 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

    player

    Fields inherited from class com.github.juliarn.npclib.common.event.CommonNpcEvent

    npc
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    DefaultPost(@NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull Object player)
     
  • Method Summary

    Methods inherited from class com.github.juliarn.npclib.common.event.DefaultShowNpcEvent

    post, pre

    Methods inherited from class com.github.juliarn.npclib.common.event.CommonPlayerNpcEvent

    player

    Methods inherited from class com.github.juliarn.npclib.common.event.CommonNpcEvent

    npc

    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.event.NpcEvent

    npc

    Methods inherited from interface com.github.juliarn.npclib.api.event.PlayerNpcEvent

    player
  • Constructor Details

    • DefaultPost

      private DefaultPost(@NotNull @NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull @NotNull Object player)