Package net.minecraft.command.impl
Interface DataPackCommand.IHandler
-
- Enclosing class:
- DataPackCommand
static interface DataPackCommand.IHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(java.util.List<ResourcePackInfo> p_apply_1_, ResourcePackInfo p_apply_2_)
-
-
-
Method Detail
-
apply
void apply(java.util.List<ResourcePackInfo> p_apply_1_, ResourcePackInfo p_apply_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-