Class CauldronInventory

java.lang.Object
com.beansgalaxy.backpacks.inventory.CauldronInventory

public class CauldronInventory extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     
    static final record 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.Item
    add(net.minecraft.world.item.ItemStack cauldron, BucketLikeAccess access)
     
    static net.minecraft.world.item.Item
    add(net.minecraft.world.item.ItemStack cauldron, net.minecraft.world.item.Item bucket)
     
    static net.minecraft.world.item.Item
    getBucket(net.minecraft.world.item.ItemStack cauldron)
     
    static int
     
    static net.minecraft.world.item.ItemStack
    quickInsert(net.minecraft.world.item.ItemStack backStack, net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level)
     
    static net.minecraft.world.item.Item
    remove(net.minecraft.world.item.ItemStack cauldron)
     
    static net.minecraft.world.item.Item
    remove(net.minecraft.world.item.ItemStack cauldron, BucketLikeAccess likeAccess)
     
    static int
    sizeLeft(net.minecraft.world.item.ItemStack cauldron)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CauldronInventory

      public CauldronInventory()
  • Method Details

    • getMaxSize

      public static int getMaxSize()
    • sizeLeft

      public static int sizeLeft(net.minecraft.world.item.ItemStack cauldron)
    • add

      public static net.minecraft.world.item.Item add(net.minecraft.world.item.ItemStack cauldron, net.minecraft.world.item.Item bucket)
    • add

      public static net.minecraft.world.item.Item add(net.minecraft.world.item.ItemStack cauldron, BucketLikeAccess access)
    • remove

      public static net.minecraft.world.item.Item remove(net.minecraft.world.item.ItemStack cauldron)
    • remove

      public static net.minecraft.world.item.Item remove(net.minecraft.world.item.ItemStack cauldron, BucketLikeAccess likeAccess)
    • getBucket

      public static net.minecraft.world.item.Item getBucket(net.minecraft.world.item.ItemStack cauldron)
    • quickInsert

      public static net.minecraft.world.item.ItemStack quickInsert(net.minecraft.world.item.ItemStack backStack, net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level)