Advertisement
Barteks2x

Untitled

May 19th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. @Mixin(CommandTeleport.class)
  2. public class MixinCommandTeleport {
  3.     @Inject(method = "execute", at = @At(value = "INVOKE", target = "Lnet/minecraft/command/CommandBase;getEntity(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/ICommandSender;Ljava/lang/String;)Lnet/minecraft/entity/Entity;"), locals = LocalCapture.PRINT, require = 1)
  4.     private void postGetEntityInject() {
  5.        
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement