Interface IAddedRenderItem

All Superinterfaces:
IItemRenderer

public interface IAddedRenderItem extends IItemRenderer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final float
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldRender(net.minecraft.world.item.ItemStack stack)
     

    Methods inherited from interface net.lcc.sollib.api.client.render.item.IItemRenderer

    render
  • Field Details

  • Method Details

    • shouldRender

      boolean shouldRender(net.minecraft.world.item.ItemStack stack)