Package emu.grasscutter.game.activity
Class PlayerActivityData.WatcherInfo
java.lang.Object
emu.grasscutter.game.activity.PlayerActivityData.WatcherInfo
- Enclosing class:
- PlayerActivityData
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintintintinthashCode()init(ActivityWatcher watcher) booleanof()voidsetCurProgress(int curProgress) voidsetTakenReward(boolean isTakenReward) voidsetTotalProgress(int totalProgress) voidsetWatcherId(int watcherId) toProto()toString()
-
Method Details
-
getMetadata
-
init
-
toProto
-
of
-
getWatcherId
public int getWatcherId() -
getTotalProgress
public int getTotalProgress() -
getCurProgress
public int getCurProgress() -
isTakenReward
public boolean isTakenReward() -
setWatcherId
public void setWatcherId(int watcherId) -
setTotalProgress
public void setTotalProgress(int totalProgress) -
setCurProgress
public void setCurProgress(int curProgress) -
setTakenReward
public void setTakenReward(boolean isTakenReward) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-