Package studio.mevera.lotus.api.slot
Class SlotIterator
java.lang.Object
studio.mevera.lotus.api.slot.SlotIterator
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SlotIteratorbounded(@NotNull Capacity capacity, @NotNull Slot start, @NotNull Slot end, @NotNull Direction direction) booleanhasNext()@NotNull Slotnext()static @NotNull SlotIterator
-
Method Details
-
of
@NotNull public static @NotNull SlotIterator of(@NotNull @NotNull Capacity capacity, @NotNull @NotNull Slot start, @NotNull @NotNull Direction direction) -
bounded
@NotNull public static @NotNull SlotIterator bounded(@NotNull @NotNull Capacity capacity, @NotNull @NotNull Slot start, @NotNull @NotNull Slot end, @NotNull @NotNull Direction direction) -
hasNext
public boolean hasNext() -
next
-