net.minecraft.server.v1_14_R1

public class CommandDatapack

rt
net.minecraft.class_3027
net.minecraft.server.command.DatapackCommand
net.minecraft.command.impl.DataPackCommand
net.minecraft.server.v1_14_R1.CommandDatapack

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
a
field_13503
UNKNOWN_DATAPACK_EXCEPTION
field_198316_a
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
b
field_13504
ALREADY_ENABLED_EXCEPTION
field_198317_b
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
c
field_13505
ALREADY_DISABLED_EXCEPTION
field_198318_c
private static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandListenerWrapper>
d
field_13506
ENABLED_CONTAINERS_SUGGESTION_PROVIDER
field_198319_d
private static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandListenerWrapper>
e
field_13502
DISABLED_CONTAINERS_SUGGESTION_PROVIDER
field_198320_e

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<cd> arg0)
method_13125(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> arg0)
func_198299_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static int
a(cd arg0, wy arg1, rt$a arg2)
method_13114(class_2168 arg0, class_3288 arg1, class_3027$class_3028 arg2)
executeEnable(ServerCommandSource arg0, ResourcePackContainer arg1, DatapackCommand$PackAdder arg2)
func_198297_a(CommandSource arg0, ResourcePackInfo arg1, DataPackCommand$IHandler arg2)
private static int
a(cd arg0, wy arg1)
method_13140(class_2168 arg0, class_3288 arg1)
executeDisable(ServerCommandSource arg0, ResourcePackContainer arg1)
func_198312_a(CommandSource arg0, ResourcePackInfo arg1)
private static int
a(cd arg0)
method_13121(class_2168 arg0)
executeList(ServerCommandSource arg0)
func_198313_a(CommandSource arg0)
private static int
b(cd arg0)
method_13128(class_2168 arg0)
executeListAvailable(ServerCommandSource arg0)
func_198314_b(CommandSource arg0)
private static int
c(cd arg0)
method_13126(class_2168 arg0)
executeListEnabled(ServerCommandSource arg0)
func_198315_c(CommandSource arg0)
private static ResourcePackLoader
a(com.mojang.brigadier.context.CommandContext<cd> arg0, String arg1, boolean arg2)
method_13127(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1, boolean arg2)
getPackContainer(com.mojang.brigadier.context.CommandContext<ServerCommandSource> arg0, String arg1, boolean arg2)
func_198303_a(com.mojang.brigadier.context.CommandContext<CommandSource> arg0, String arg1, boolean arg2)