blob: e341ccf2bf0301a6a8591d201357e1fc22391911 [file] [log] [blame] [raw]
package net.minecraft.world;
import net.minecraft.entity.Entity;
public class Teleporter {
public void func_77185_a(Entity entity, double x, double y, double z, float yaw) {
throw new UnsupportedOperationException("stub!");
}
public void func_77184_b(Entity entity, double x, double y, double z, float yaw) {
throw new UnsupportedOperationException("stub!");
}
public boolean func_85188_a(Entity entity) {
throw new UnsupportedOperationException("stub!");
}
public void func_85189_a(long tick) {
throw new UnsupportedOperationException("stub!");
}
}