Class DefaultHideNpcEvent

All Implemented Interfaces:
com.github.juliarn.npclib.api.event.HideNpcEvent, com.github.juliarn.npclib.api.event.NpcEvent, com.github.juliarn.npclib.api.event.PlayerNpcEvent
Direct Known Subclasses:
DefaultHideNpcEvent.DefaultPost, DefaultHideNpcEvent.DefaultPre

public class DefaultHideNpcEvent extends CommonPlayerNpcEvent implements com.github.juliarn.npclib.api.event.HideNpcEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    private static final class 
     
    private static final class 
     

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

    com.github.juliarn.npclib.api.event.HideNpcEvent.Post, com.github.juliarn.npclib.api.event.HideNpcEvent.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
    DefaultHideNpcEvent(@NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull Object player)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull com.github.juliarn.npclib.api.event.HideNpcEvent.Post
    post(@NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull Object player)
     
    static @NotNull com.github.juliarn.npclib.api.event.HideNpcEvent.Pre
    pre(@NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull Object player)
     

    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

    • DefaultHideNpcEvent

      private DefaultHideNpcEvent(@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.HideNpcEvent.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.HideNpcEvent.Post post(@NotNull @NotNull com.github.juliarn.npclib.api.Npc<?,?,?,?> npc, @NotNull @NotNull Object player)