Added the main wrapper classes (empty)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class BlockWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class ChunkWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class DimensionWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class LigthMapWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class MutableBlockPosWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class TextureWrapper
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.seibel.lod.wrappers;
|
||||
|
||||
public class WorldWrapper
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user