Skip to content

GameStageShow

xuanyu tang edited this page Sep 9, 2023 · 2 revisions

GameStageShow

The display of top features is determined by the gamestage the player has

Importing the package

import mods.topce.GameStageShow;

ZenMethods

@1.1.7

Show top after having the gamestage

GameStageShow.showAll(String stage)

@1.1.7

Show Extended information after having the gamestage

GameStageShow.showExtended(String string);

@1.1.7

Show BreakProgress after having the gamestage

GameStageShow.showBreakProgress(String string);

@1.1.7

Show fluids after having the gamestage

GameStageShow.showLiquids(String string);

Clone this wiki locally