public class com.thevoxelbox.voxelsniper.command.executor.GotoExecutor extends java.lang.Object implements com.thevoxelbox.voxelsniper.command.VoxelCommandElement
{
private final com.thevoxelbox.voxelsniper.VoxelSniperPlugin plugin;
public void <init>(com.thevoxelbox.voxelsniper.VoxelSniperPlugin)
{
com.thevoxelbox.voxelsniper.command.executor.GotoExecutor v;
com.thevoxelbox.voxelsniper.VoxelSniperPlugin v;
v := @this: com.thevoxelbox.voxelsniper.command.executor.GotoExecutor;
v := @parameter: com.thevoxelbox.voxelsniper.VoxelSniperPlugin;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.thevoxelbox.voxelsniper.command.executor.GotoExecutor: com.thevoxelbox.voxelsniper.VoxelSniperPlugin plugin> = v;
return;
}
public void onGoto(com.thevoxelbox.voxelsniper.sniper.Sniper, int, int)
{
com.thevoxelbox.voxelsniper.command.executor.GotoExecutor v;
java.lang.Object[] v;
com.thevoxelbox.voxelsniper.sniper.Sniper v;
org.bukkit.entity.Player v;
com.sk89q.worldedit.util.formatting.text.TranslatableComponent v;
org.bukkit.Location v;
org.bukkit.World v;
int v, v, v;
v := @this: com.thevoxelbox.voxelsniper.command.executor.GotoExecutor;
v := @parameter: com.thevoxelbox.voxelsniper.sniper.Sniper;
v := @parameter: int;
v := @parameter: int;
v = virtualinvoke v.<com.thevoxelbox.voxelsniper.sniper.Sniper: org.bukkit.entity.Player getPlayer()>();
v = interfaceinvoke v.<org.bukkit.entity.Player: org.bukkit.World getWorld()>();
v = new org.bukkit.Location;
v = interfaceinvoke v.<org.bukkit.World: int getHighestBlockYAt(int,int)>(v, v);
specialinvoke v.<org.bukkit.Location: void <init>(org.bukkit.World,double,double,double)>(v, v, v, v);
interfaceinvoke v.<org.bukkit.entity.Player: boolean teleport(org.bukkit.Location)>(v);
v = newarray (java.lang.Object)[0];
v = staticinvoke <com.fastasyncworldedit.core.configuration.Caption: com.sk89q.worldedit.util.formatting.text.TranslatableComponent of(java.lang.String,java.lang.Object[])>("voxelsniper.command.goto.woosh", v);
virtualinvoke v.<com.thevoxelbox.voxelsniper.sniper.Sniper: void print(com.sk89q.worldedit.util.formatting.text.Component)>(v);
return;
}
}