- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
default void
default void
void
default void
-
Method Details
-
schedule
void schedule(@NotNull
P player,
@NotNull
@NotNull Npc<W,P,I,E> npc)
-
scheduleForTracked
default void scheduleForTracked(@NotNull
@NotNull Npc<W,P,I,E> npc)
-
-
schedule
default void schedule(@NotNull
@NotNull Collection<P> players,
@NotNull
@NotNull Npc<W,P,I,E> npc)
-