Package me.hsgamer.bettergui.util
Class SlotUtil
- java.lang.Object
-
- me.hsgamer.bettergui.util.SlotUtil
-
public class SlotUtil extends Object
The utility class for generating slots
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntStream
generateSlots(String input)
Create a new stream of slotsstatic IntStream
getSlots(Map<String,Object> map)
Get the slots
-