Interface Section

All Superinterfaces:
Section<Section>
All Known Implementing Classes:
SectionColored, SectionTextured

public interface Section extends Section<Section>
Deprecated.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.Identifier
    id()
    Deprecated.
     
    Deprecated.
     
    void
    render(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY)
    Deprecated.
     

    Methods inherited from interface Section

    add, add, add, add, add, add, add, add, addItemTag, collapsible, renderToggle
  • Method Details

    • id

      net.minecraft.resources.Identifier id()
      Deprecated.
      Specified by:
      id in interface Section<Section>
    • items

      Deprecated.
      Specified by:
      items in interface Section<Section>
    • render

      void render(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY)
      Deprecated.
      Specified by:
      render in interface Section<Section>