Enum Class ZeroFungus
- All Implemented Interfaces:
Serializable, Comparable<ZeroFungus>, Constable
Zero fungus main start entry to bootstrap a demo server.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WarpReactPlasmastatic final WarpReactPlasmastatic final WarpReactPlasmastatic final WarpReactPlasmastatic final WarpReactPlasma -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidstart()voidstop()static ZeroFungusReturns the enum constant of this class with the specified name.static ZeroFungus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Field Details
-
MUSHROOM_WARP_CORE
-
MUSHROOM_CLIENT_NOSTR
-
MUSHROOM_SERVER_NOSTR
-
MUSHROOM_SERVER_HYPER
-
MUSHROOM_SERVER_NETHER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
main
-
getWarpCore
-
stop
public void stop() -
start
public void start()
-