java.lang.Object
net.megavex.scoreboardlibrary.implementation.player.DisplayableQueue<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DisplayableQueue
public DisplayableQueue(@NotNull
@NotNull UUID playerUuid)
-
Method Details
-
current
@Nullable
public T current()
-
add
public void add(@NotNull
T displayable)
-
remove
public void remove(@NotNull
T displayable)