Package dev.esophose.playerparticles.gui
Class GuiInventoryEditData
java.lang.Object
dev.esophose.playerparticles.gui.GuiInventory
dev.esophose.playerparticles.gui.GuiInventoryEditData
public class GuiInventoryEditData extends GuiInventory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGuiInventoryEditData.ColorDataA data class used for storing information about the color dataNested classes/interfaces inherited from class dev.esophose.playerparticles.gui.GuiInventory
GuiInventory.BorderColor -
Field Summary
Fields inherited from class dev.esophose.playerparticles.gui.GuiInventory
actionButtons, inventory, INVENTORY_SIZE, pplayer -
Constructor Summary
Constructors Constructor Description GuiInventoryEditData(PPlayer pplayer, ParticlePair editingParticle, int pageNumber, java.util.List<java.lang.Runnable> callbackList, int callbackListPosition, OrdinaryColor startColor) -
Method Summary
Methods inherited from class dev.esophose.playerparticles.gui.GuiInventory
close, fillBorder, getInventory, getPPlayer, onClick, onTick, populate
-
Constructor Details
-
GuiInventoryEditData
public GuiInventoryEditData(PPlayer pplayer, ParticlePair editingParticle, int pageNumber, java.util.List<java.lang.Runnable> callbackList, int callbackListPosition, OrdinaryColor startColor)
-