Package net.minecraft.server.command
Interface DatapackCommand.PackAdder
- Enclosing class:
DatapackCommand
private static interface DatapackCommand.PackAdder
- Mappings:
Namespace Name named net/minecraft/server/command/DatapackCommand$PackAdder
intermediary net/minecraft/class_3027$class_3028
official amv$a
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(List<ResourcePackProfile> profiles, ResourcePackProfile profile)
-
Method Details
-
apply
void apply(List<ResourcePackProfile> profiles, ResourcePackProfile profile) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/server/command/DatapackCommand$PackAdder;apply(Ljava/util/List;Lnet/minecraft/resource/ResourcePackProfile;)V
intermediary apply
Lnet/minecraft/class_3027$class_3028;apply(Ljava/util/List;Lnet/minecraft/class_3288;)V
official apply
Lamv$a;apply(Ljava/util/List;Latx;)V
-