mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Made EditSession.rawSetBlock() public.
This commit is contained in:
parent
9fa787b9de
commit
3a361b98bc
@ -141,7 +141,7 @@ public EditSession(LocalWorld world, int maxBlocks, BlockBag blockBag) {
|
||||
* @param blockType
|
||||
* @return Whether the block changed
|
||||
*/
|
||||
protected boolean rawSetBlock(Vector pt, BaseBlock block) {
|
||||
public boolean rawSetBlock(Vector pt, BaseBlock block) {
|
||||
int y = pt.getBlockY();
|
||||
int type = block.getType();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user