-
- All Implemented Interfaces:
public class WorldArgumentType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static WorldArgumentType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final WorldgetSingleWorld(CommandContext<?> context, String name)final Collection<World>getMultipleWorlds(CommandContext<?> context, String name)-
-
Method Detail
-
getSingleWorld
final World getSingleWorld(CommandContext<?> context, String name)
-
getMultipleWorlds
final Collection<World> getMultipleWorlds(CommandContext<?> context, String name)
-
-
-
-