Package com.sk89q.worldedit.command.util
Class SuggestionHelper
java.lang.Object
com.sk89q.worldedit.command.util.SuggestionHelper
Internal class for generating common command suggestions.
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockCategorySuggestions(String tag, boolean allowRandom)
getBlockPropertySuggestions(String blockType, String props)
getNamespacedRegistrySuggestions(NamespacedRegistry<V> registry, String input)
getRegistrySuggestions(Registry<V> registry, String input)
-
Method Details
-
getBlockCategorySuggestions
-
getBlockPropertySuggestions
-
getRegistrySuggestions
-
getNamespacedRegistrySuggestions
public static <V extends Keyed> Stream<String> getNamespacedRegistrySuggestions(NamespacedRegistry<V> registry, String input)
-