Package net.minecraft.server.command
Interface DatapackCommand.PackAdder
- Enclosing class:
DatapackCommand
private static interface DatapackCommand.PackAdder
- Mappings:
Namespace Name official aeq$a
intermediary net/minecraft/class_3027$class_3028
named net/minecraft/server/command/DatapackCommand$PackAdder
-
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 official apply
Laeq$a;apply(Ljava/util/List;Lakq;)V
intermediary apply
Lnet/minecraft/class_3027$class_3028;apply(Ljava/util/List;Lnet/minecraft/class_3288;)V
named apply
Lnet/minecraft/server/command/DatapackCommand$PackAdder;apply(Ljava/util/List;Lnet/minecraft/resource/ResourcePackProfile;)V
-