Class ItemDefinition


public class ItemDefinition extends DefinitionWithParam
  • Constructor Details

    • ItemDefinition

      public ItemDefinition(int id)
  • Method Details

    • decode

      public void decode(org.rspeer.cache.util.Buffer buffer, int op)
      Specified by:
      decode in class Definition
    • postDecode

      public void postDecode()
      Specified by:
      postDecode in class Definition
    • isStackable

      public boolean isStackable()
    • isNoted

      public boolean isNoted()
    • isPlaceholder

      public boolean isPlaceholder()
    • getPlaceholderId

      public int getPlaceholderId()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getModel

      public int getModel()
    • getName

      public String getName()
    • getExamine

      public String getExamine()
    • getRecolorFrom

      public short[] getRecolorFrom()
    • getRecolorTo

      public short[] getRecolorTo()
    • getRetextureFrom

      public short[] getRetextureFrom()
    • getRetextureTo

      public short[] getRetextureTo()
    • getZoom2d

      public int getZoom2d()
    • getXan2d

      public int getXan2d()
    • getYan2d

      public int getYan2d()
    • getZan2d

      public int getZan2d()
    • getOffsetX2d

      public int getOffsetX2d()
    • getOffsetY2d

      public int getOffsetY2d()
    • getStackable

      public int getStackable()
    • getValue

      public int getValue()
    • isMembersOnly

      public boolean isMembersOnly()
    • getRawGroundActions

      public String[] getRawGroundActions()
    • getRawActions

      public String[] getRawActions()
    • getActions

      public List<String> getActions()
    • getShiftClickIndex

      public int getShiftClickIndex()
    • getMaleModel

      public int getMaleModel()
    • getMaleModel1

      public int getMaleModel1()
    • getMaleOffset

      public int getMaleOffset()
    • getFemaleModel

      public int getFemaleModel()
    • getFemaleModel1

      public int getFemaleModel1()
    • getFemaleOffset

      public int getFemaleOffset()
    • getMaleModel2

      public int getMaleModel2()
    • getFemaleModel2

      public int getFemaleModel2()
    • getMaleHeadModel

      public int getMaleHeadModel()
    • getMaleHeadModel2

      public int getMaleHeadModel2()
    • getFemaleHeadModel

      public int getFemaleHeadModel()
    • getFemaleHeadModel2

      public int getFemaleHeadModel2()
    • getCountobj

      public int[] getCountobj()
    • getCountco

      public int[] getCountco()
    • getNote

      public int getNote()
    • getNoteTemplate

      public int getNoteTemplate()
    • getResizeX

      public int getResizeX()
    • getResizeY

      public int getResizeY()
    • getResizeZ

      public int getResizeZ()
    • getAmbient

      public int getAmbient()
    • getContrast

      public int getContrast()
    • getTeam

      public int getTeam()
    • isStockMarketable

      public boolean isStockMarketable()
    • isTradable

      public boolean isTradable()
    • getUnnotedId

      public int getUnnotedId()
    • getNotedId

      public int getNotedId()
    • getPlaceholder

      public int getPlaceholder()
    • getPlaceholderTemplate

      public int getPlaceholderTemplate()
    • getChildrenActions

      public String[][] getChildrenActions()
    • getChildrenActions

      public String[] getChildrenActions(int parentActionIndex)
    • getTransformableActions

      public Map<Integer, TransformableAction> getTransformableActions()
    • getTransformableChildrenActions

      public Map<Integer, Map<Integer, TransformableAction>> getTransformableChildrenActions()
    • getEquipmentSlot

      public Equipment.Slot getEquipmentSlot()
    • getSecondaryEquipmentSlots

      public List<Equipment.Slot> getSecondaryEquipmentSlots()
    • isTwoHanded

      public boolean isTwoHanded()