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.Identifier 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.Identifier 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.Identifierid()Deprecated.useSectionTextureditems()Deprecated.useSectionTexturedvoidrender(net.minecraft.client.gui.GuiGraphicsExtractor 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 interface 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.Identifier 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.Identifier 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
SectionColored