This commit is contained in:
Jesse Boyd
2019-08-07 01:28:12 +10:00
parent b6bc09226c
commit 74fe88ae01
59 changed files with 938 additions and 556 deletions

View File

@ -7,9 +7,10 @@ import com.sk89q.worldedit.world.block.BaseBlock;
import com.sk89q.worldedit.world.block.BlockState;
/**
* Interface for getting blocks
* An interface for getting blocks.
*/
public interface IChunkGet extends IBlocks, Trimable, InputExtent {
@Override
BaseBlock getFullBlock(int x, int y, int z);