mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Made EditSession.rawSetBlock() public.
This commit is contained in:
parent
9fa787b9de
commit
3a361b98bc
@ -141,7 +141,7 @@ public class EditSession {
|
|||||||
* @param blockType
|
* @param blockType
|
||||||
* @return Whether the block changed
|
* @return Whether the block changed
|
||||||
*/
|
*/
|
||||||
protected boolean rawSetBlock(Vector pt, BaseBlock block) {
|
public boolean rawSetBlock(Vector pt, BaseBlock block) {
|
||||||
int y = pt.getBlockY();
|
int y = pt.getBlockY();
|
||||||
int type = block.getType();
|
int type = block.getType();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user