Class ClickPlan
java.lang.Object
org.geysermc.geyser.inventory.click.ClickPlan
-
Constructor Summary
ConstructorDescriptionClickPlan(GeyserSession session, InventoryTranslator translator, Inventory inventory)
-
Method Summary
-
Constructor Details
-
ClickPlan
-
-
Method Details
-
add
-
add
-
execute
public void execute(boolean refresh) -
getItem
-
getItem
-
getCursor
-
getAffectedSlots
public it.unimi.dsi.fastutil.ints.IntSet getAffectedSlots()- Returns:
- a new set of all affected slots. This isn't a constant variable; it's newly generated each time it is run.
-