Package com.plotsquared.core.location
Class World.NullWorld<T>
java.lang.Object
com.plotsquared.core.location.World.NullWorld<T>
- All Implemented Interfaces:
World<T>,net.kyori.adventure.key.Keyed
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.plotsquared.core.location.World
World.NullWorld<T> -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGet the max world height.intGet the min world height.getName()Get the name of the worldGet the platform world represented by this worldGet the path to this worlds' folder (for legacy versions the folder containing thelevel.datfile, for newer versions the namespaced dimension folder).inthashCode()@NotNull net.kyori.adventure.key.Keykey()
-
Method Details
-
getPlatformWorld
Description copied from interface:WorldGet the platform world represented by this world- Specified by:
getPlatformWorldin interfaceWorld<T>- Returns:
- Platform world
-
getName
Description copied from interface:WorldGet the name of the world -
getMinHeight
Description copied from interface:WorldGet the min world height. Inclusive.- Specified by:
getMinHeightin interfaceWorld<T>
-
getMaxHeight
Description copied from interface:WorldGet the max world height. Inclusive.- Specified by:
getMaxHeightin interfaceWorld<T>
-
getWorldFolder
Description copied from interface:WorldGet the path to this worlds' folder (for legacy versions the folder containing thelevel.datfile, for newer versions the namespaced dimension folder).- Specified by:
getWorldFolderin interfaceWorld<T>- Returns:
- the path
-
key
- Specified by:
keyin interfacenet.kyori.adventure.key.Keyed
-
equals
-
hashCode
-