Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 19:10:07 +01:00
Made EditSession.rawSetBlock() public.
Dieser Commit ist enthalten in:
Ursprung
9fa787b9de
Commit
3a361b98bc
@ -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();
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren