Class SectionTextured

java.lang.Object
net.mcexpanded.fancytabsections.creativetab.SectionTextured
All Implemented Interfaces:
Section, Section<Section>

@Deprecated(forRemoval=true, since="4.0") public class SectionTextured extends Object implements Section
Deprecated, for removal: This API element is subject to removal in a future version.
Since:
2.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    SectionTextured(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, net.minecraft.resources.ResourceLocation texture, int textColor, List<net.minecraft.world.item.Item> items)
    Deprecated, for removal: This API element is subject to removal in a future version.
    SectionTextured(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, net.minecraft.resources.ResourceLocation texture, int textColor, ConglomerateOfItems items)
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    net.minecraft.resources.ResourceLocation
    id()
    Deprecated.
    Deprecated.
    of(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int textColor, List<net.minecraft.world.item.Item> items)
    Deprecated, for removal: This API element is subject to removal in a future version.
    of(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int textColor, ConglomerateOfItems items)
    Deprecated, for removal: This API element is subject to removal in a future version.
    void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY)
    Deprecated.
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

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

    add, add, add, add, add, add, add, add, addItemTag, collapsible, renderToggle
  • Constructor Details

    • SectionTextured

      @Deprecated(forRemoval=true, since="4.0") public SectionTextured(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, net.minecraft.resources.ResourceLocation texture, int textColor, ConglomerateOfItems items)
      Deprecated, for removal: This API element is subject to removal in a future version.
      v2.0 constructor for backwards compatibility
      Since:
      2.0
    • SectionTextured

      @Deprecated(forRemoval=true, since="4.0") public SectionTextured(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, net.minecraft.resources.ResourceLocation texture, int textColor, List<net.minecraft.world.item.Item> items)
      Deprecated, for removal: This API element is subject to removal in a future version.
      v1.0 constructor for backwards compatibility
      Since:
      1.0
  • Method Details

    • of

      @Deprecated(forRemoval=true, since="4.0") public static SectionTextured of(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int textColor, ConglomerateOfItems items)
      Deprecated, for removal: This API element is subject to removal in a future version.
      v2.0 constructor for backwards compatibility
      Since:
      2.0
    • of

      @Deprecated(forRemoval=true, since="4.0") public static SectionTextured of(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int textColor, List<net.minecraft.world.item.Item> items)
      Deprecated, for removal: This API element is subject to removal in a future version.
      v1.0 constructor for backwards compatibility
      Since:
      1.0
    • equals

      public boolean equals(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • id

      public net.minecraft.resources.ResourceLocation id()
      Deprecated.
      Specified by:
      id in interface Section
      Specified by:
      id in interface Section<Section>
      Since:
      1.0
    • items

      public ConglomerateOfItems items()
      Deprecated.
      Specified by:
      items in interface Section
      Specified by:
      items in interface Section<Section>
      Since:
      1.0
    • render

      public 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
      Specified by:
      render in interface Section<Section>
      Since:
      1.0