Interface ICharcoalPileWall


public interface ICharcoalPileWall
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack>
     
    boolean
    matches(net.minecraft.world.level.block.state.BlockState state)
     
  • Method Details

    • getCharcoalAmount

      int getCharcoalAmount()
    • matches

      boolean matches(net.minecraft.world.level.block.state.BlockState state)
    • getDisplayItems

      net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getDisplayItems()