remove trailing whitespaces
This commit is contained in:
@@ -49,7 +49,7 @@ public class DefaultSpatialHandler implements IMovableHandler
|
||||
|
||||
/**
|
||||
* never called for the default.
|
||||
*
|
||||
*
|
||||
* @param tile tile entity
|
||||
* @return true
|
||||
*/
|
||||
|
||||
@@ -35,17 +35,17 @@ public class StorageChunkProvider extends ChunkProviderGenerate
|
||||
{
|
||||
|
||||
final static Block[] BLOCKS;
|
||||
|
||||
|
||||
static {
|
||||
|
||||
|
||||
BLOCKS = new Block[255 * 256];
|
||||
|
||||
|
||||
Block matrixFrame = AEApi.instance().blocks().blockMatrixFrame.block();
|
||||
for (int x = 0; x < BLOCKS.length; x++)
|
||||
BLOCKS[x] = matrixFrame;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
final World w;
|
||||
|
||||
public StorageChunkProvider(World wrd, long i) {
|
||||
|
||||
@@ -151,7 +151,7 @@ public class StorageHelper
|
||||
|
||||
/**
|
||||
* Mostly from dimensional doors.. which mostly got it form X-Comp.
|
||||
*
|
||||
*
|
||||
* @param entity to be teleported entity
|
||||
* @param link destination
|
||||
* @return teleported entity
|
||||
@@ -331,7 +331,7 @@ public class StorageHelper
|
||||
/*
|
||||
* IChunkProvider cp = destination.getChunkProvider(); if ( cp instanceof ChunkProviderServer ) { ChunkProviderServer
|
||||
* srv = (ChunkProviderServer) cp; srv.unloadAllChunks(); }
|
||||
*
|
||||
*
|
||||
* cp.unloadQueuedChunks();
|
||||
*/
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ public class StorageWorldProvider extends WorldProvider
|
||||
{
|
||||
return "Storage Cell";
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public IRenderHandler getSkyRenderer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user