Package com.sk89q.worldedit.internal.cui
Class ServerCUIHandler
java.lang.Object
com.sk89q.worldedit.internal.cui.ServerCUIHandler
Handles creation of server-side CUI systems.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BaseBlock
createStructureBlock
(Player player) Creates a structure block that shows the region.static int
-
Method Details
-
getMaxServerCuiSize
public static int getMaxServerCuiSize() -
createStructureBlock
Creates a structure block that shows the region.Null symbolises removal of the CUI.
- Parameters:
player
- The player to create the structure block for.- Returns:
- The structure block, or null
-