THE UPDATE
Merging months of dev work into master. The update is playable, but untested.
This commit is contained in:
13
StevenDimDoors/mod_pocketDim/blocks/IDimDoor.java
Normal file
13
StevenDimDoors/mod_pocketDim/blocks/IDimDoor.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package StevenDimDoors.mod_pocketDim.blocks;
|
||||
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface IDimDoor
|
||||
{
|
||||
public void enterDimDoor(World world, int x, int y, int z, Entity entity);
|
||||
|
||||
public void placeLink(World world, int x, int y, int z);
|
||||
|
||||
public int getDrops();
|
||||
}
|
||||
Reference in New Issue
Block a user