100101102103104105106
public LogisticsTileGenericPipe getPipe(World world) { return getTile(world, LogisticsTileGenericPipe.class); } protected void targetNotFound(String message) { throw new TargetNotFoundException(message, this); }
616263646566676869
} @Override public InstanceWrapper getAssociatedWrapper(KEY contextId) throws TargetResolutionException { if (wrapper == null) { throw new TargetNotFoundException(component.getURI()); } return wrapper; }
666768697071727374
686970717273747576
495051525354555657
return wrapper; } public InstanceWrapper getAssociatedWrapper(KEY contextId) throws TargetResolutionException { if (wrapper == null) { throw new TargetNotFoundException(component.getURI()); } return wrapper; }