Class SectionColored
java.lang.Object
net.mcexpanded.fancytabsections.creativetab.SectionColored
@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
ConstructorsConstructorDescriptionSectionColored(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.useSectionColoredSectionColored(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.useSectionColored -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.net.minecraft.resources.ResourceLocationid()Deprecated.useSectionTextureditems()Deprecated.useSectionTexturedvoidrender(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY) Deprecated.useSectionTexturedtoString()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, waitMethods inherited from interface net.mcexpanded.fancytabsections.Section.Section
add, add, add, add, add, add, add, add, addItemTag, collapsible, icon, onReload, renderToggle, title
-
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.useSectionColoredv2.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.useSectionColoredv1.0 constructor for backwards compatibility- Since:
- 1.0
-
-
Method Details
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
id
public net.minecraft.resources.ResourceLocation id()Deprecated.useSectionTextured -
items
Deprecated.useSectionTextured -
render
public void render(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, int topLeftX, int topLeftY) Deprecated.useSectionTextured
-
SectionColored