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 Details

  • Method Details

    • get

      public int get()
      Specified by:
      get in class net.minecraft.world.inventory.DataSlot
    • set

      public void set(int value)
      Specified by:
      set in class net.minecraft.world.inventory.DataSlot