Class SectionTextured
java.lang.Object
net.mcexpanded.fancytabsections.creativetab.SectionTextured
@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
ConstructorsConstructorDescriptionSectionTextured(net.minecraft.resources.Identifier id, net.minecraft.network.chat.Component title, net.minecraft.resources.Identifier texture, int textColor, List<net.minecraft.world.item.Item> items) Deprecated, for removal: This API element is subject to removal in a future version.useSectionTexturedSectionTextured(net.minecraft.resources.Identifier id, net.minecraft.network.chat.Component title, net.minecraft.resources.Identifier texture, int textColor, ConglomerateOfItems items) Deprecated, for removal: This API element is subject to removal in a future version.useSectionTextured -
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.useSectionTexturedstatic SectionTexturedof(net.minecraft.resources.Identifier 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.useSectionTexturedstatic SectionTexturedof(net.minecraft.resources.Identifier 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.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
-
SectionTextured
@Deprecated(forRemoval=true, since="4.0") public SectionTextured(net.minecraft.resources.Identifier id, net.minecraft.network.chat.Component title, net.minecraft.resources.Identifier texture, int textColor, ConglomerateOfItems items) Deprecated, for removal: This API element is subject to removal in a future version.useSectionTexturedv2.0 constructor for backwards compatibility- Since:
- 2.0
-
SectionTextured
@Deprecated(forRemoval=true, since="4.0") public SectionTextured(net.minecraft.resources.Identifier id, net.minecraft.network.chat.Component title, net.minecraft.resources.Identifier texture, int textColor, List<net.minecraft.world.item.Item> items) Deprecated, for removal: This API element is subject to removal in a future version.useSectionTexturedv1.0 constructor for backwards compatibility- Since:
- 1.0
-
-
Method Details
-
of
@Deprecated(forRemoval=true, since="4.0") public static SectionTextured of(net.minecraft.resources.Identifier 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.useSectionTexturedv2.0 constructor for backwards compatibility- Since:
- 2.0
-
of
@Deprecated(forRemoval=true, since="4.0") public static SectionTextured of(net.minecraft.resources.Identifier 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.useSectionTexturedv1.0 constructor for backwards compatibility- Since:
- 1.0
-
equals
-
hashCode
-
toString
-
id
-
items
Deprecated.useSectionTextured -
render
-
SectionTextured