Package emu.grasscutter.data.def
Class ItemData
java.lang.Object
emu.grasscutter.data.GameResource
emu.grasscutter.data.def.ItemData
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemData
public ItemData()
-
-
Method Details
-
getId
public int getId()- Overrides:
getIdin classGameResource
-
getMaterialTypeString
-
getStackLimit
public int getStackLimit() -
getMaxUseCount
public int getMaxUseCount() -
getUseTarget
-
getUseParam
-
getRankLevel
public int getRankLevel() -
getFoodQuality
-
getEffectName
-
getSatiationParams
public int[] getSatiationParams() -
getDestroyReturnMaterial
public int[] getDestroyReturnMaterial() -
getDestroyReturnMaterialCount
public int[] getDestroyReturnMaterialCount() -
getNameTextMapHash
public long getNameTextMapHash() -
getIcon
-
getItemTypeString
-
getRank
public int getRank() -
getGadgetId
public int getGadgetId() -
getBaseConvExp
public int getBaseConvExp() -
getMainPropDepotId
public int getMainPropDepotId() -
getAppendPropDepotId
public int getAppendPropDepotId() -
getAppendPropNum
public int getAppendPropNum() -
getSetId
public int getSetId() -
getWeaponPromoteId
public int getWeaponPromoteId() -
getWeaponBaseExp
public int getWeaponBaseExp() -
getAwakenMaterial
public int getAwakenMaterial() -
getAwakenCosts
public int[] getAwakenCosts() -
getAddPropLevelSet
public it.unimi.dsi.fastutil.ints.IntSet getAddPropLevelSet() -
getSkillAffix
public int[] getSkillAffix() -
getWeaponProperties
-
getMaxLevel
public int getMaxLevel() -
getItemType
-
getMaterialType
-
getEquipType
-
canAddRelicProp
public boolean canAddRelicProp(int level) -
isEquip
public boolean isEquip() -
onLoad
public void onLoad()- Overrides:
onLoadin classGameResource
-