Package ch.njol.skript.log
Class HandlerList
java.lang.Object
ch.njol.skript.log.HandlerList
- All Implemented Interfaces:
Iterable<LogHandler>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add(LogHandler h)
boolean
contains(LogHandler h)
iterator()
@Nullable LogHandler
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
HandlerList
public HandlerList()
-
-
Method Details
-
add
-
remove
-
iterator
- Specified by:
iterator
in interfaceIterable<LogHandler>
-
contains
-