Class InGameState
- java.lang.Object
-
- com.ericlam.mc.minigames.core.game.InGameState
-
public class InGameState extends Object
場地狀態容器
-
-
Constructor Summary
Constructors Constructor Description InGameState(String stateName, String motd)
-
-
-
Constructor Detail
-
InGameState
public InGameState(@Nonnull String stateName, @Nullable String motd)
- Parameters:
stateName
- 狀態名稱motd
- 該狀態時顯示的 motd, 支援顏色
-
-
Method Detail
-
getStateName
public String getStateName()
- Returns:
- 狀態名稱
-
-