All Known Implementing Classes:
ExtractedFluidInterpretedSlot, ItemInterpretedSlot

public interface IInterpretedSlot<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    net.minecraft.network.chat.Component
     
    default boolean
    render(net.minecraft.client.gui.GuiGraphics graphics)
     
    net.minecraft.world.inventory.Slot
     
  • Method Details

    • slot

      net.minecraft.world.inventory.Slot slot()
    • ingredient

      T ingredient()
    • ingredientClass

      Class<T> ingredientClass()
    • name

      net.minecraft.network.chat.Component name()
    • render

      default boolean render(net.minecraft.client.gui.GuiGraphics graphics)