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.ResourceLocation
    id()
    Deprecated.
     
    Deprecated.
     
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY)
    Deprecated.
     

    Methods inherited from interface net.mcexpanded.fancytabsections.Section.Section

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

    • id

      net.minecraft.resources.ResourceLocation 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.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY)
      Deprecated.
      Specified by:
      render in interface Section<Section>