Interface Section

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

public interface Section extends Section<Section>
Deprecated.
Since:
1.0
  • 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>