Class DungeonChallenge
java.lang.Object
emu.grasscutter.game.dungeons.challenge.WorldChallenge
emu.grasscutter.game.dungeons.challenge.DungeonChallenge
-
Constructor Summary
ConstructorsConstructorDescriptionDungeonChallenge(Scene scene, SceneGroup group, int challengeId, int challengeIndex, List<Integer> paramList, int timeLimit, int goal, List<ChallengeTrigger> challengeTriggers) -
Method Summary
Modifier and TypeMethodDescriptionvoiddone()it.unimi.dsi.fastutil.ints.IntSetvoidgetStatueDrops(Player player, GadgetInteractReqOuterClass.GadgetInteractReq request) static voidbooleanisStage()voidsetRewardedPlayers(it.unimi.dsi.fastutil.ints.IntSet rewardedPlayers) voidsetStage(boolean stage) Methods inherited from class emu.grasscutter.game.dungeons.challenge.WorldChallenge
fail, getChallengeId, getChallengeIndex, getChallengeTriggers, getFinishedTime, getGoal, getGroup, getParamList, getScene, getScore, getStartedAt, getTimeLimit, increaseScore, inProgress, isProgress, isSuccess, onCheckTimeOut, onGadgetDamage, onGadgetDeath, onMonsterDeath, setFinishedTime, setProgress, setStartedAt, setSuccess, start
-
Constructor Details
-
DungeonChallenge
public DungeonChallenge(Scene scene, SceneGroup group, int challengeId, int challengeIndex, List<Integer> paramList, int timeLimit, int goal, List<ChallengeTrigger> challengeTriggers)
-
-
Method Details
-
initialize
public static void initialize() -
isStage
public boolean isStage() -
setStage
public void setStage(boolean stage) -
getRewardedPlayers
public it.unimi.dsi.fastutil.ints.IntSet getRewardedPlayers() -
setRewardedPlayers
public void setRewardedPlayers(it.unimi.dsi.fastutil.ints.IntSet rewardedPlayers) -
done
public void done()- Overrides:
donein classWorldChallenge
-
getStatueDrops
-