Package emu.grasscutter.data.def
Class ReliquaryLevelData
java.lang.Object
emu.grasscutter.data.GameResource
emu.grasscutter.data.def.ReliquaryLevelData
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetExp()intgetId()intgetLevel()floatgetPropValue(int id) floatgetPropValue(FightProperty prop) intgetRank()voidonLoad()
-
Constructor Details
-
ReliquaryLevelData
public ReliquaryLevelData()
-
-
Method Details
-
getId
public int getId()- Overrides:
getIdin classGameResource
-
getRank
public int getRank() -
getLevel
public int getLevel() -
getExp
public int getExp() -
getPropValue
-
getPropValue
public float getPropValue(int id) -
onLoad
public void onLoad()- Overrides:
onLoadin classGameResource
-