Class InventoryItem

java.lang.Object
zombie.inventory.InventoryItem
Direct Known Subclasses:
AlarmClock, Clothing, ComboItem, DrainableComboItem, Food, HandWeapon, InventoryContainer, Key, KeyRing, Literature, MapItem, Moveable, WeaponPart

public class InventoryItem extends Object
  • Field Details

    • previousOwner

      protected IsoGameCharacter previousOwner
    • ScriptItem

      protected Item ScriptItem
    • cat

      protected ItemType cat
    • container

      protected ItemContainer container
    • containerX

      protected int containerX
    • containerY

      protected int containerY
    • name

      protected String name
    • replaceOnUse

      protected String replaceOnUse
    • replaceOnUseFullType

      protected String replaceOnUseFullType
    • ConditionMax

      protected int ConditionMax
    • rightClickContainer

      protected ItemContainer rightClickContainer
    • texture

      protected Texture texture
    • texturerotten

      protected Texture texturerotten
    • textureCooked

      protected Texture textureCooked
    • textureBurnt

      protected Texture textureBurnt
    • type

      protected String type
    • fullType

      protected String fullType
    • uses

      protected int uses
    • Age

      protected float Age
    • LastAged

      protected float LastAged
    • IsCookable

      protected boolean IsCookable
    • CookingTime

      protected float CookingTime
    • MinutesToCook

      protected float MinutesToCook
    • MinutesToBurn

      protected float MinutesToBurn
    • Cooked

      public boolean Cooked
    • Burnt

      protected boolean Burnt
    • OffAge

      protected int OffAge
    • OffAgeMax

      protected int OffAgeMax
    • Weight

      protected float Weight
    • ActualWeight

      protected float ActualWeight
    • WorldTexture

      protected String WorldTexture
    • Description

      protected String Description
    • Condition

      protected int Condition
    • OffString

      protected String OffString
    • FreshString

      protected String FreshString
    • StaleString

      protected String StaleString
    • CookedString

      protected String CookedString
    • UnCookedString

      protected String UnCookedString
    • FrozenString

      protected String FrozenString
    • BurntString

      protected String BurntString
    • module

      protected String module
    • boredomChange

      protected float boredomChange
    • unhappyChange

      protected float unhappyChange
    • stressChange

      protected float stressChange
    • Taken

      protected ArrayList Taken
    • placeDir

      protected IsoDirections placeDir
    • newPlaceDir

      protected IsoDirections newPlaceDir
    • ReplaceOnUseOn

      public String ReplaceOnUseOn
    • col

      public Color col
    • IsWaterSource

      public boolean IsWaterSource
    • CanStoreWater

      public boolean CanStoreWater
    • CanStack

      public boolean CanStack
    • fatigueChange

      public float fatigueChange
    • worldItem

      public IsoWorldInventoryObject worldItem
    • id

      public int id
    • RequiresEquippedBothHands

      public boolean RequiresEquippedBothHands
    • byteData

      public ByteBuffer byteData
    • extraItems

      public ArrayList extraItems
    • alcoholic

      protected boolean alcoholic
    • requireInHandOrInventory

      protected ArrayList requireInHandOrInventory
    • keepOnDeplete

      public boolean keepOnDeplete
    • visual

      protected ItemVisual visual
    • staticModel

      protected String staticModel
    • worldZRotation

      public int worldZRotation
    • worldScale

      public float worldScale
    • atlasTexture

      public WorldItemAtlas.ItemTexture atlasTexture
    • jobDelta

      public float jobDelta
    • jobType

      public String jobType
    • mainCategory

      public String mainCategory
    • CloseKillMove

      public String CloseKillMove
  • Constructor Details

  • Method Details

    • getSaveType

      public int getSaveType()
    • getWorldItem

      public IsoWorldInventoryObject getWorldItem()
    • setEquipParent

      public void setEquipParent(IsoGameCharacter gameCharacter)
    • getEquipParent

      public IsoGameCharacter getEquipParent()
    • getBringToBearSound

      public String getBringToBearSound()
    • getEquipSound

      public String getEquipSound()
    • getUnequipSound

      public String getUnequipSound()
    • setWorldItem

      public void setWorldItem(IsoWorldInventoryObject worldInventoryObject)
    • setJobDelta

      public void setJobDelta(float float1)
    • getJobDelta

      public float getJobDelta()
    • setJobType

      public void setJobType(String string)
    • getJobType

      public String getJobType()
    • hasModData

      public boolean hasModData()
    • getModData

      public KahluaTable getModData()
    • storeInByteData

      public void storeInByteData(IsoObject object)
    • getByteData

      public ByteBuffer getByteData()
    • isRequiresEquippedBothHands

      public boolean isRequiresEquippedBothHands()
    • getA

      public float getA()
    • getR

      public float getR()
    • getG

      public float getG()
    • getB

      public float getB()
    • getType

      public String getType()
    • getTex

      public Texture getTex()
    • getCategory

      public String getCategory()
    • IsRotten

      public boolean IsRotten()
    • HowRotten

      public float HowRotten()
    • CanStack

      public boolean CanStack(InventoryItem inventoryItem)
    • ModDataMatches

      public boolean ModDataMatches(InventoryItem inventoryItem)
    • DoTooltip

      public void DoTooltip(ObjectTooltip objectTooltip)
    • getCleanString

      public String getCleanString(float float1)
    • DoTooltip

      public void DoTooltip(ObjectTooltip objectTooltip, ObjectTooltip.Layout layout)
    • SetContainerPosition

      public void SetContainerPosition(int int1, int int2)
    • Use

      public void Use()
    • UseItem

      public void UseItem()
    • Use

      public void Use(boolean boolean1)
    • Use

      public void Use(boolean boolean1, boolean boolean2)
    • shouldUpdateInWorld

      public boolean shouldUpdateInWorld()
    • update

      public void update()
    • finishupdate

      public boolean finishupdate()
    • updateSound

      public void updateSound(BaseSoundEmitter baseSoundEmitter)
    • getFullType

      public String getFullType()
    • save

      public void save(ByteBuffer byteBuffer, boolean boolean1) throws IOException
      Throws:
      IOException
    • loadItem

      public static InventoryItem loadItem(ByteBuffer byteBuffer, int int1) throws IOException
      Throws:
      IOException
    • loadItem

      public static InventoryItem loadItem(ByteBuffer byteBuffer, int int1, boolean boolean1) throws IOException
      Throws:
      IOException
    • load

      public void load(ByteBuffer byteBuffer, int int1) throws IOException
      Throws:
      IOException
    • IsFood

      public boolean IsFood()
    • IsWeapon

      public boolean IsWeapon()
    • IsDrainable

      public boolean IsDrainable()
    • IsLiterature

      public boolean IsLiterature()
    • IsClothing

      public boolean IsClothing()
    • IsInventoryContainer

      public boolean IsInventoryContainer()
    • IsMap

      public boolean IsMap()
    • getOutermostContainer

      public ItemContainer getOutermostContainer()
    • isInLocalPlayerInventory

      public boolean isInLocalPlayerInventory()
    • isInPlayerInventory

      public boolean isInPlayerInventory()
    • getItemReplacementPrimaryHand

      public ItemReplacement getItemReplacementPrimaryHand()
    • getItemReplacementSecondHand

      public ItemReplacement getItemReplacementSecondHand()
    • getClothingItem

      public ClothingItem getClothingItem()
    • getAlternateModelName

      public String getAlternateModelName()
    • getVisual

      public ItemVisual getVisual()
    • allowRandomTint

      public boolean allowRandomTint()
    • synchWithVisual

      public void synchWithVisual()
    • getContainerX

      public int getContainerX()
    • setContainerX

      public void setContainerX(int int1)
    • getContainerY

      public int getContainerY()
    • setContainerY

      public void setContainerY(int int1)
    • isDisappearOnUse

      public boolean isDisappearOnUse()
    • getName

      public String getName()
    • setName

      public void setName(String string)
    • getReplaceOnUse

      public String getReplaceOnUse()
    • setReplaceOnUse

      public void setReplaceOnUse(String string)
    • getReplaceOnUseFullType

      public String getReplaceOnUseFullType()
    • getConditionMax

      public int getConditionMax()
    • setConditionMax

      public void setConditionMax(int int1)
    • getRightClickContainer

      public ItemContainer getRightClickContainer()
    • setRightClickContainer

      public void setRightClickContainer(ItemContainer itemContainer)
    • getSwingAnim

      public String getSwingAnim()
    • getTexture

      public Texture getTexture()
    • setTexture

      public void setTexture(Texture texture)
    • getTexturerotten

      public Texture getTexturerotten()
    • setTexturerotten

      public void setTexturerotten(Texture texture)
    • getTextureCooked

      public Texture getTextureCooked()
    • setTextureCooked

      public void setTextureCooked(Texture texture)
    • getTextureBurnt

      public Texture getTextureBurnt()
    • setTextureBurnt

      public void setTextureBurnt(Texture texture)
    • setType

      public void setType(String string)
    • getCurrentUses

      public int getCurrentUses()
    • getUses

      @Deprecated public int getUses()
      Deprecated.
    • setUses

      @Deprecated public void setUses(int int1)
      Deprecated.
    • getAge

      public float getAge()
    • setAge

      public void setAge(float float1)
    • getLastAged

      public float getLastAged()
    • setLastAged

      public void setLastAged(float float1)
    • updateAge

      public void updateAge()
    • setAutoAge

      public void setAutoAge()
    • isIsCookable

      public boolean isIsCookable()
    • isCookable

      public boolean isCookable()
    • setIsCookable

      public void setIsCookable(boolean boolean1)
    • getCookingTime

      public float getCookingTime()
    • setCookingTime

      public void setCookingTime(float float1)
    • getMinutesToCook

      public float getMinutesToCook()
    • setMinutesToCook

      public void setMinutesToCook(float float1)
    • getMinutesToBurn

      public float getMinutesToBurn()
    • setMinutesToBurn

      public void setMinutesToBurn(float float1)
    • isCooked

      public boolean isCooked()
    • setCooked

      public void setCooked(boolean boolean1)
    • isBurnt

      public boolean isBurnt()
    • setBurnt

      public void setBurnt(boolean boolean1)
    • getOffAge

      public int getOffAge()
    • setOffAge

      public void setOffAge(int int1)
    • getOffAgeMax

      public int getOffAgeMax()
    • setOffAgeMax

      public void setOffAgeMax(int int1)
    • getWeight

      public float getWeight()
    • setWeight

      public void setWeight(float float1)
    • getActualWeight

      public float getActualWeight()
    • setActualWeight

      public void setActualWeight(float float1)
    • getWorldTexture

      public String getWorldTexture()
    • setWorldTexture

      public void setWorldTexture(String string)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String string)
    • getCondition

      public int getCondition()
    • setCondition

      public void setCondition(int int1, boolean boolean1)
    • setCondition

      public void setCondition(int int1)
    • getOffString

      public String getOffString()
    • setOffString

      public void setOffString(String string)
    • getCookedString

      public String getCookedString()
    • setCookedString

      public void setCookedString(String string)
    • getUnCookedString

      public String getUnCookedString()
    • setUnCookedString

      public void setUnCookedString(String string)
    • getBurntString

      public String getBurntString()
    • setBurntString

      public void setBurntString(String string)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String string)
    • isAlwaysWelcomeGift

      public boolean isAlwaysWelcomeGift()
    • isCanBandage

      public boolean isCanBandage()
    • getBoredomChange

      public float getBoredomChange()
    • setBoredomChange

      public void setBoredomChange(float float1)
    • getUnhappyChange

      public float getUnhappyChange()
    • setUnhappyChange

      public void setUnhappyChange(float float1)
    • getStressChange

      public float getStressChange()
    • setStressChange

      public void setStressChange(float float1)
    • getTags

      public ArrayList getTags()
    • hasTag

      public boolean hasTag(String string)
    • getTaken

      public ArrayList getTaken()
    • setTaken

      public void setTaken(ArrayList arrayList)
    • getPlaceDir

      public IsoDirections getPlaceDir()
    • setPlaceDir

      public void setPlaceDir(IsoDirections directions)
    • getNewPlaceDir

      public IsoDirections getNewPlaceDir()
    • setNewPlaceDir

      public void setNewPlaceDir(IsoDirections directions)
    • setReplaceOnUseOn

      public void setReplaceOnUseOn(String string)
    • getReplaceOnUseOn

      public String getReplaceOnUseOn()
    • getReplaceOnUseOnString

      public String getReplaceOnUseOnString()
    • getReplaceTypes

      public String getReplaceTypes()
    • getReplaceTypesMap

      public HashMap getReplaceTypesMap()
    • getReplaceType

      public String getReplaceType(String string)
    • hasReplaceType

      public boolean hasReplaceType(String string)
    • setIsWaterSource

      public void setIsWaterSource(boolean boolean1)
    • isWaterSource

      public boolean isWaterSource()
    • CopyModData

      public void CopyModData(KahluaTable kahluaTable)
    • copyModData

      public void copyModData(KahluaTable kahluaTable)
    • getCount

      public int getCount()
    • setCount

      public void setCount(int int1)
    • isActivated

      public boolean isActivated()
    • setActivated

      public void setActivated(boolean boolean1)
    • setActivatedRemote

      public void setActivatedRemote(boolean boolean1)
    • setCanBeActivated

      public void setCanBeActivated(boolean boolean1)
    • canBeActivated

      public boolean canBeActivated()
    • setLightStrength

      public void setLightStrength(float float1)
    • getLightStrength

      public float getLightStrength()
    • isTorchCone

      public boolean isTorchCone()
    • setTorchCone

      public void setTorchCone(boolean boolean1)
    • getTorchDot

      public float getTorchDot()
    • getLightDistance

      public int getLightDistance()
    • setLightDistance

      public void setLightDistance(int int1)
    • canEmitLight

      public boolean canEmitLight()
    • isEmittingLight

      public boolean isEmittingLight()
    • canStoreWater

      public boolean canStoreWater()
    • getFatigueChange

      public float getFatigueChange()
    • setFatigueChange

      public void setFatigueChange(float float1)
    • getCurrentCondition

      public float getCurrentCondition()
    • setColor

      public void setColor(Color color)
    • getColor

      public Color getColor()
    • getColorInfo

      public ColorInfo getColorInfo()
    • isTwoHandWeapon

      public boolean isTwoHandWeapon()
    • getCustomMenuOption

      public String getCustomMenuOption()
    • setCustomMenuOption

      public void setCustomMenuOption(String string)
    • setTooltip

      public void setTooltip(String string)
    • getTooltip

      public String getTooltip()
    • getDisplayCategory

      public String getDisplayCategory()
    • setDisplayCategory

      public void setDisplayCategory(String string)
    • getHaveBeenRepaired

      public int getHaveBeenRepaired()
    • setHaveBeenRepaired

      public void setHaveBeenRepaired(int int1)
    • isBroken

      public boolean isBroken()
    • setBroken

      public void setBroken(boolean boolean1)
    • getDisplayName

      public String getDisplayName()
    • isTrap

      public boolean isTrap()
    • addExtraItem

      public void addExtraItem(String string)
    • haveExtraItems

      public boolean haveExtraItems()
    • getExtraItems

      public ArrayList getExtraItems()
    • getExtraItemsWeight

      public float getExtraItemsWeight()
    • isCustomName

      public boolean isCustomName()
    • setCustomName

      public void setCustomName(boolean boolean1)
    • isFishingLure

      public boolean isFishingLure()
    • copyConditionModData

      public void copyConditionModData(InventoryItem inventoryItem)
    • setConditionFromModData

      public void setConditionFromModData(InventoryItem inventoryItem)
    • getBreakSound

      public String getBreakSound()
    • setBreakSound

      public void setBreakSound(String string)
    • getPlaceOneSound

      public String getPlaceOneSound()
    • getPlaceMultipleSound

      public String getPlaceMultipleSound()
    • getSoundByID

      public String getSoundByID(String string)
    • setBeingFilled

      public void setBeingFilled(boolean boolean1)
    • isBeingFilled

      public boolean isBeingFilled()
    • getFillFromDispenserSound

      public String getFillFromDispenserSound()
    • getFillFromTapSound

      public String getFillFromTapSound()
    • isAlcoholic

      public boolean isAlcoholic()
    • setAlcoholic

      public void setAlcoholic(boolean boolean1)
    • getAlcoholPower

      public float getAlcoholPower()
    • setAlcoholPower

      public void setAlcoholPower(float float1)
    • getBandagePower

      public float getBandagePower()
    • setBandagePower

      public void setBandagePower(float float1)
    • getReduceInfectionPower

      public float getReduceInfectionPower()
    • setReduceInfectionPower

      public void setReduceInfectionPower(float float1)
    • saveWithSize

      public final void saveWithSize(ByteBuffer byteBuffer, boolean boolean1) throws IOException
      Throws:
      IOException
    • isCustomWeight

      public boolean isCustomWeight()
    • setCustomWeight

      public void setCustomWeight(boolean boolean1)
    • getContentsWeight

      public float getContentsWeight()
    • getHotbarEquippedWeight

      public float getHotbarEquippedWeight()
    • getEquippedWeight

      public float getEquippedWeight()
    • getUnequippedWeight

      public float getUnequippedWeight()
    • isEquipped

      public boolean isEquipped()
    • getKeyId

      public int getKeyId()
    • setKeyId

      public void setKeyId(int int1)
    • isTaintedWater

      public boolean isTaintedWater()
    • setTaintedWater

      public void setTaintedWater(boolean boolean1)
    • isRemoteController

      public boolean isRemoteController()
    • setRemoteController

      public void setRemoteController(boolean boolean1)
    • canBeRemote

      public boolean canBeRemote()
    • setCanBeRemote

      public void setCanBeRemote(boolean boolean1)
    • getRemoteControlID

      public int getRemoteControlID()
    • setRemoteControlID

      public void setRemoteControlID(int int1)
    • getRemoteRange

      public int getRemoteRange()
    • setRemoteRange

      public void setRemoteRange(int int1)
    • getExplosionSound

      public String getExplosionSound()
    • setExplosionSound

      public void setExplosionSound(String string)
    • getCountDownSound

      public String getCountDownSound()
    • setCountDownSound

      public void setCountDownSound(String string)
    • getColorRed

      public float getColorRed()
    • setColorRed

      public void setColorRed(float float1)
    • getColorGreen

      public float getColorGreen()
    • setColorGreen

      public void setColorGreen(float float1)
    • getColorBlue

      public float getColorBlue()
    • setColorBlue

      public void setColorBlue(float float1)
    • getEvolvedRecipeName

      public String getEvolvedRecipeName()
    • setEvolvedRecipeName

      public void setEvolvedRecipeName(String string)
    • getMetalValue

      public float getMetalValue()
    • setMetalValue

      public void setMetalValue(float float1)
    • getItemHeat

      public float getItemHeat()
    • setItemHeat

      public void setItemHeat(float float1)
    • getInvHeat

      public float getInvHeat()
    • getMeltingTime

      public float getMeltingTime()
    • setMeltingTime

      public void setMeltingTime(float float1)
    • getWorker

      public String getWorker()
    • setWorker

      public void setWorker(String string)
    • getID

      public int getID()
    • setID

      public void setID(int int1)
    • isWet

      public boolean isWet()
    • setWet

      public void setWet(boolean boolean1)
    • getWetCooldown

      public float getWetCooldown()
    • setWetCooldown

      public void setWetCooldown(float float1)
    • getItemWhenDry

      public String getItemWhenDry()
    • setItemWhenDry

      public void setItemWhenDry(String string)
    • isFavorite

      public boolean isFavorite()
    • setFavorite

      public void setFavorite(boolean boolean1)
    • getRequireInHandOrInventory

      public ArrayList getRequireInHandOrInventory()
    • setRequireInHandOrInventory

      public void setRequireInHandOrInventory(ArrayList arrayList)
    • isCustomColor

      public boolean isCustomColor()
    • setCustomColor

      public void setCustomColor(boolean boolean1)
    • doBuildingStash

      public void doBuildingStash()
    • setStashMap

      public void setStashMap(String string)
    • getMechanicType

      public int getMechanicType()
    • getItemCapacity

      public float getItemCapacity()
    • setItemCapacity

      public void setItemCapacity(float float1)
    • getMaxCapacity

      public int getMaxCapacity()
    • setMaxCapacity

      public void setMaxCapacity(int int1)
    • isConditionAffectsCapacity

      public boolean isConditionAffectsCapacity()
    • getBrakeForce

      public float getBrakeForce()
    • setBrakeForce

      public void setBrakeForce(float float1)
    • getChanceToSpawnDamaged

      public int getChanceToSpawnDamaged()
    • setChanceToSpawnDamaged

      public void setChanceToSpawnDamaged(int int1)
    • getConditionLowerNormal

      public float getConditionLowerNormal()
    • setConditionLowerNormal

      public void setConditionLowerNormal(float float1)
    • getConditionLowerOffroad

      public float getConditionLowerOffroad()
    • setConditionLowerOffroad

      public void setConditionLowerOffroad(float float1)
    • getWheelFriction

      public float getWheelFriction()
    • setWheelFriction

      public void setWheelFriction(float float1)
    • getSuspensionDamping

      public float getSuspensionDamping()
    • setSuspensionDamping

      public void setSuspensionDamping(float float1)
    • getSuspensionCompression

      public float getSuspensionCompression()
    • setSuspensionCompression

      public void setSuspensionCompression(float float1)
    • setInfected

      public void setInfected(boolean boolean1)
    • isInfected

      public boolean isInfected()
    • getEngineLoudness

      public float getEngineLoudness()
    • setEngineLoudness

      public void setEngineLoudness(float float1)
    • getStaticModel

      public String getStaticModel()
    • getIconsForTexture

      public ArrayList getIconsForTexture()
    • setIconsForTexture

      public void setIconsForTexture(ArrayList arrayList)
    • getScore

      public float getScore(SurvivorDesc survivorDesc)
    • getPreviousOwner

      public IsoGameCharacter getPreviousOwner()
    • setPreviousOwner

      public void setPreviousOwner(IsoGameCharacter gameCharacter)
    • getScriptItem

      public Item getScriptItem()
    • setScriptItem

      public void setScriptItem(Item item)
    • getCat

      public ItemType getCat()
    • setCat

      public void setCat(ItemType itemType)
    • getContainer

      public ItemContainer getContainer()
    • setContainer

      public void setContainer(ItemContainer itemContainer)
    • getBloodClothingType

      public ArrayList getBloodClothingType()
    • setBloodClothingType

      public void setBloodClothingType(ArrayList arrayList)
    • setBlood

      public void setBlood(BloodBodyPartType bloodBodyPartType, float float1)
    • getBlood

      public float getBlood(BloodBodyPartType bloodBodyPartType)
    • setDirt

      public void setDirt(BloodBodyPartType bloodBodyPartType, float float1)
    • getDirt

      public float getDirt(BloodBodyPartType bloodBodyPartType)
    • getClothingItemName

      public String getClothingItemName()
    • getStashChance

      public int getStashChance()
    • setStashChance

      public void setStashChance(int int1)
    • getEatType

      public String getEatType()
    • isUseWorldItem

      public boolean isUseWorldItem()
    • isHairDye

      public boolean isHairDye()
    • getAmmoType

      public String getAmmoType()
    • setAmmoType

      public void setAmmoType(String string)
    • getMaxAmmo

      public int getMaxAmmo()
    • setMaxAmmo

      public void setMaxAmmo(int int1)
    • getCurrentAmmoCount

      public int getCurrentAmmoCount()
    • setCurrentAmmoCount

      public void setCurrentAmmoCount(int int1)
    • getGunType

      public String getGunType()
    • setGunType

      public void setGunType(String string)
    • hasBlood

      public boolean hasBlood()
    • hasDirt

      public boolean hasDirt()
    • getAttachmentType

      public String getAttachmentType()
    • setAttachmentType

      public void setAttachmentType(String string)
    • getAttachedSlot

      public int getAttachedSlot()
    • setAttachedSlot

      public void setAttachedSlot(int int1)
    • getAttachmentsProvided

      public ArrayList getAttachmentsProvided()
    • setAttachmentsProvided

      public void setAttachmentsProvided(ArrayList arrayList)
    • getAttachedSlotType

      public String getAttachedSlotType()
    • setAttachedSlotType

      public void setAttachedSlotType(String string)
    • getAttachmentReplacement

      public String getAttachmentReplacement()
    • setAttachmentReplacement

      public void setAttachmentReplacement(String string)
    • getAttachedToModel

      public String getAttachedToModel()
    • setAttachedToModel

      public void setAttachedToModel(String string)
    • getFabricType

      public String getFabricType()
    • getStringItemType

      public String getStringItemType()
    • isProtectFromRainWhileEquipped

      public boolean isProtectFromRainWhileEquipped()
    • isEquippedNoSprint

      public boolean isEquippedNoSprint()
    • getBodyLocation

      public String getBodyLocation()
    • getMakeUpType

      public String getMakeUpType()
    • isHidden

      public boolean isHidden()
    • getConsolidateOption

      public String getConsolidateOption()
    • getClothingItemExtra

      public ArrayList getClothingItemExtra()
    • getClothingItemExtraOption

      public ArrayList getClothingItemExtraOption()
    • getWorldStaticItem

      public String getWorldStaticItem()
    • setRegistry_id

      public void setRegistry_id(Item item)
    • getRegistry_id

      public short getRegistry_id()
    • getModID

      public String getModID()
    • getModName

      public String getModName()
    • isVanilla

      public boolean isVanilla()
    • getRecordedMediaIndex

      public short getRecordedMediaIndex()
    • setRecordedMediaIndex

      public void setRecordedMediaIndex(short short1)
    • setRecordedMediaIndexInteger

      public void setRecordedMediaIndexInteger(int int1)
    • isRecordedMedia

      public boolean isRecordedMedia()
    • getMediaData

      public MediaData getMediaData()
    • getMediaType

      public byte getMediaType()
    • setMediaType

      public void setMediaType(byte byte1)
    • setRecordedMediaData

      public void setRecordedMediaData(MediaData mediaData)
    • setWorldZRotation

      public void setWorldZRotation(int int1)
    • setWorldScale

      public void setWorldScale(float float1)
    • getLuaCreate

      public String getLuaCreate()
    • isInitialised

      public boolean isInitialised()
    • setInitialised

      public void setInitialised(boolean boolean1)
    • initialiseItem

      public void initialiseItem()
    • getSoundParameter

      public String getSoundParameter(String string)