Class PonderTag

java.lang.Object
net.createmod.ponder.foundation.PonderTag
All Implemented Interfaces:
net.createmod.catnip.gui.element.ScreenElement

public class PonderTag extends Object implements net.createmod.catnip.gui.element.ScreenElement
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Highlight.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

    Constructors
    Constructor
    Description
    PonderTag(net.minecraft.resources.ResourceLocation id, net.minecraft.resources.ResourceLocation textureIconLocation, net.minecraft.world.item.ItemStack itemIcon, net.minecraft.world.item.ItemStack mainItem)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
     
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.world.item.ItemStack
     
     
    void
    render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public String getTitle()
    • getDescription

      public String getDescription()
    • render

      public void render(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
      Specified by:
      render in interface net.createmod.catnip.gui.element.ScreenElement
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object