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.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.useSectionTexturedSectionTextured(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.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.ResourceLocationid()Deprecated.useSectionTextureditems()Deprecated.useSectionTexturedstatic SectionTexturedof(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.useSectionTexturedstatic SectionTexturedof(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.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, 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.useSectionTexturedv2.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.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.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.useSectionTexturedv2.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.useSectionTexturedv1.0 constructor for backwards compatibility- Since:
- 1.0
-
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
-
SectionTextured