2122232425262728293031
} public AbstractSheepWorld(final int width, final int height) { super(width, height); Atmosphere atmosphere = createAtmosphere(this); Fence fence = createFence(this); Ground ground = createGround(this); ground.setSize(fence);