net.minecraft.server.commands

public class RandomCommand

ape
net.minecraft.server.commands.RandomCommand
net.minecraft.class_8602
net.minecraft.server.command.RandomCommand
net.minecraft.server.commands.RandomCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_RANGE_TOO_LARGE
field_44983
RANGE_TOO_LARGE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
b
ERROR_RANGE_TOO_SMALL
field_44984
RANGE_TOO_SMALL_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_52318(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>
a(String arg0, boolean arg1)
drawRandomValueTree(String arg0, boolean arg1)
method_52326(String arg0, boolean arg1)
random(String argumentName, boolean roll)
private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
a(com.mojang.brigadier.context.CommandContext<ew> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
suggestRandomSequence(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_52320(com.mojang.brigadier.context.CommandContext<class_2168> arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
suggestSequences(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder)
private static int
a(ew arg0, dj$d arg1, alz arg2, boolean arg3)
randomSample(CommandSourceStack arg0, MinMaxBounds$Ints arg1, ResourceLocation arg2, boolean arg3)
method_52325(class_2168 arg0, class_2096$class_2100 arg1, class_2960 arg2, boolean arg3)
execute(ServerCommandSource source, NumberRange$IntRange range, Identifier sequenceId, boolean roll)
private static int
a(ew arg0, alz arg1)
resetSequence(CommandSourceStack arg0, ResourceLocation arg1)
method_52323(class_2168 arg0, class_2960 arg1)
executeReset(ServerCommandSource source, Identifier sequenceId)
private static int
a(ew arg0, alz arg1, int arg2, boolean arg3, boolean arg4)
resetSequence(CommandSourceStack arg0, ResourceLocation arg1, int arg2, boolean arg3, boolean arg4)
method_52324(class_2168 arg0, class_2960 arg1, int arg2, boolean arg3, boolean arg4)
executeReset(ServerCommandSource source, Identifier sequenceId, int salt, boolean includeWorldSeed, boolean includeSequenceId)
private static int
a(ew arg0)
resetAllSequences(CommandSourceStack arg0)
method_52321(class_2168 arg0)
executeReset(ServerCommandSource source)
private static int
a(ew arg0, int arg1, boolean arg2, boolean arg3)
resetAllSequencesAndSetNewDefaults(CommandSourceStack arg0, int arg1, boolean arg2, boolean arg3)
method_52322(class_2168 arg0, int arg1, boolean arg2, boolean arg3)
executeReset(ServerCommandSource source, int salt, boolean includeWorldSeed, boolean includeSequenceId)