mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 15:56:27 +00:00
Tile data in the parallax layer
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.volmit.iris.util;
|
||||
|
||||
import com.volmit.iris.object.tile.TileData;
|
||||
import org.bukkit.block.TileState;
|
||||
import org.bukkit.block.data.BlockData;
|
||||
|
||||
public interface IObjectPlacer
|
||||
@@ -21,4 +23,6 @@ public interface IObjectPlacer
|
||||
public int getFluidHeight();
|
||||
|
||||
public boolean isDebugSmartBore();
|
||||
|
||||
void setTile(int xx, int yy, int zz, TileData<? extends TileState> tile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user