Package net.createmod.ponder.foundation
Class PonderTag
java.lang.Object
net.createmod.ponder.foundation.PonderTag
- All Implemented Interfaces:
net.createmod.catnip.gui.element.ScreenElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHighlight.ALL is a special PonderTag, used to indicate that all Tags for a certain Scene should be highlighted instead of selected single ones -
Constructor Summary
ConstructorsConstructorDescriptionPonderTag(net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceLocation textureIconLocation, net.minecraft.world.item.ItemStack itemIcon, net.minecraft.world.item.ItemStack mainItem) -
Method Summary
-
Constructor Details
-
PonderTag
public PonderTag(net.minecraft.resources.ResourceLocation id, @Nullable net.minecraft.resources.ResourceLocation textureIconLocation, net.minecraft.world.item.ItemStack itemIcon, net.minecraft.world.item.ItemStack mainItem)
-
-
Method Details
-
getId
public net.minecraft.resources.ResourceLocation getId() -
getMainItem
public net.minecraft.world.item.ItemStack getMainItem() -
getTitle
-
getDescription
-
render
public void render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y) - Specified by:
renderin interfacenet.createmod.catnip.gui.element.ScreenElement
-
equals
-