100101102103104105106
public LogisticsTileGenericPipe getPipe(World world) { return getTile(world, LogisticsTileGenericPipe.class); } protected void targetNotFound(String message) { throw new TargetNotFoundException(message, this); }