Class SectionColored

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

@Deprecated(forRemoval=true, since="4.0") public class SectionColored 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
    SectionColored(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int bannerColor, int textColor, List<net.minecraft.world.item.Item> items)
    Deprecated, for removal: This API element is subject to removal in a future version.
    SectionColored(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int bannerColor, 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.
    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

    • SectionColored

      @Deprecated(forRemoval=true, since="4.0") public SectionColored(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int bannerColor, 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
    • SectionColored

      @Deprecated(forRemoval=true, since="4.0") public SectionColored(net.minecraft.resources.ResourceLocation id, net.minecraft.network.chat.Component title, int bannerColor, 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

    • 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