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