Minor Change
Minor change to spacing in PocketManager
This commit is contained in:
@@ -35,10 +35,10 @@ import StevenDimDoors.mod_pocketDim.watcher.IUpdateWatcher;
|
|||||||
import StevenDimDoors.mod_pocketDim.watcher.UpdateWatcherProxy;
|
import StevenDimDoors.mod_pocketDim.watcher.UpdateWatcherProxy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class regulates all the operations involving the storage and manipulation of dimensions. It handles saving dim data, teleporting the player, and
|
* This class regulates all the operations involving the storage and manipulation of dimensions.
|
||||||
* creating/registering new dimensions as well as loading old dimensions on startup
|
* It handles saving dim data, teleporting the player, and creating/registering new dimensions as
|
||||||
|
* well as loading old dimensions on startup
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
public class PocketManager
|
public class PocketManager
|
||||||
{
|
{
|
||||||
private static class InnerDimData extends NewDimData implements IPackable<PackedDimData>
|
private static class InnerDimData extends NewDimData implements IPackable<PackedDimData>
|
||||||
|
|||||||
Reference in New Issue
Block a user