Interface HopperBlockEntityAccessor


public interface HopperBlockEntityAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static boolean
    botania_canInsert(net.minecraft.world.Container to, net.minecraft.world.item.ItemStack stack, int slot, net.minecraft.core.Direction direction)
     
    static boolean
    botania_canMerge(net.minecraft.world.item.ItemStack a, net.minecraft.world.item.ItemStack b)
     
  • Method Details

    • botania_canInsert

      static boolean botania_canInsert(net.minecraft.world.Container to, net.minecraft.world.item.ItemStack stack, int slot, net.minecraft.core.Direction direction)
    • botania_canMerge

      static boolean botania_canMerge(net.minecraft.world.item.ItemStack a, net.minecraft.world.item.ItemStack b)