Made EditSession.rawSetBlock() public.

This commit is contained in:
sk89q 2011-03-18 17:08:38 -07:00
parent 9fa787b9de
commit 3a361b98bc

View File

@ -141,7 +141,7 @@ public class EditSession {
* @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();