blob: 921842157ef82760f679b7e659fc2f92bda92584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
package moe.nea.ultranotifier.mixin;
//#if FORGE
//$$import net.minecraft.command.CommandHandler;
//$$import net.minecraft.command.ICommand;
//$$import org.jetbrains.annotations.NotNull;
//$$import org.spongepowered.asm.mixin.Mixin;
//$$import org.spongepowered.asm.mixin.gen.Accessor;
//$$
//$$import java.util.Set;
//$$
//$$@Mixin(CommandHandler.class)
//$$public interface AccessorCommandHandler {
//$$ @Accessor("commandSet")
//$$ @NotNull
//$$ Set<@NotNull ICommand> getCommandSet_ultraNotifier();
//$$}
//#endif
|