Package net.minecraft.server.command
Interface DatapackCommand.PackAdder
- Enclosing class:
 DatapackCommand
private static interface DatapackCommand.PackAdder
- Mappings:
 Namespace Name official aed$aintermediary net/minecraft/class_3027$class_3028named net/minecraft/server/command/DatapackCommand$PackAdder
- 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(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 applyLaed$a;apply(Ljava/util/List;Lakg;)Vintermediary applyLnet/minecraft/class_3027$class_3028;apply(Ljava/util/List;Lnet/minecraft/class_3288;)Vnamed applyLnet/minecraft/server/command/DatapackCommand$PackAdder;apply(Ljava/util/List;Lnet/minecraft/resource/ResourcePackProfile;)V
 
 -