Interface MaterialChest


public interface MaterialChest
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.resources.model.Material
    getMaterial(net.minecraft.world.level.block.entity.BlockEntity blockEntity, net.minecraft.world.level.block.state.properties.ChestType chestType)
     
  • Method Details

    • getMaterial

      net.minecraft.client.resources.model.Material getMaterial(net.minecraft.world.level.block.entity.BlockEntity blockEntity, net.minecraft.world.level.block.state.properties.ChestType chestType)