Class PotInventory

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

public class PotInventory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.ItemStack
    add(net.minecraft.world.item.ItemStack pot, net.minecraft.world.item.ItemStack inserted, net.minecraft.world.entity.player.Player player)
     
    static int
     
    static net.minecraft.world.item.ItemStack
    take(net.minecraft.world.item.ItemStack pot, boolean doSplit, net.minecraft.world.level.Level level)
     

    Methods inherited from class java.lang.Object

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

    • PotInventory

      public PotInventory()
  • Method Details

    • getMaxSize

      public static int getMaxSize()
    • add

      public static net.minecraft.world.item.ItemStack add(net.minecraft.world.item.ItemStack pot, net.minecraft.world.item.ItemStack inserted, net.minecraft.world.entity.player.Player player)
    • take

      public static net.minecraft.world.item.ItemStack take(net.minecraft.world.item.ItemStack pot, boolean doSplit, net.minecraft.world.level.Level level)