Class DataSlotSupplied
java.lang.Object
net.minecraft.world.inventory.DataSlot
org.cyclops.cyclopscore.datastructure.DataSlotSupplied
public class DataSlotSupplied
extends net.minecraft.world.inventory.DataSlot
A read-only
DataSlot
that refers to a certain supplied value.-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.world.inventory.DataSlot
checkAndClearUpdateFlag, forContainer, shared, standalone
-
Constructor Details
-
DataSlotSupplied
-
-
Method Details
-
get
public int get()- Specified by:
get
in classnet.minecraft.world.inventory.DataSlot
-
set
public void set(int value) - Specified by:
set
in classnet.minecraft.world.inventory.DataSlot
-