com.mojang.brigadier.arguments

public class BoolArgumentType

implements ArgumentType<Boolean>

com.mojang.brigadier.arguments.BoolArgumentType

Field summary

Modifier and TypeField
private static final Collection<String>
EXAMPLES

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static BoolArgumentType
bool()
public static boolean
getBool(CommandContext<?> arg0, String arg1)
public Boolean
parse(StringReader arg0)
public <S> CompletableFuture<Suggestions>
listSuggestions(CommandContext<S> arg0, SuggestionsBuilder arg1)
public Collection<String>
getExamples()