mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
We don't really need deprecated private methods :)
This commit is contained in:
parent
34c366d852
commit
a74a0a40e2
@ -24,7 +24,6 @@ import java.util.HashMap;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
import com.sk89q.worldedit.EditSession;
|
import com.sk89q.worldedit.EditSession;
|
||||||
import com.sk89q.worldedit.LocalWorld;
|
|
||||||
import com.sk89q.worldedit.MaxChangedBlocksException;
|
import com.sk89q.worldedit.MaxChangedBlocksException;
|
||||||
import com.sk89q.worldedit.Vector;
|
import com.sk89q.worldedit.Vector;
|
||||||
import com.sk89q.worldedit.blocks.BaseBlock;
|
import com.sk89q.worldedit.blocks.BaseBlock;
|
||||||
@ -144,22 +143,6 @@ public class TreeGenerator {
|
|||||||
return type.generate(editSession, pos);
|
return type.generate(editSession, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Generate a tree.
|
|
||||||
*
|
|
||||||
* @param type
|
|
||||||
* @param editSession
|
|
||||||
* @param pos
|
|
||||||
* @return
|
|
||||||
* @throws MaxChangedBlocksException
|
|
||||||
* @deprecated use {@link TreeType#generate(com.sk89q.worldedit.EditSession, com.sk89q.worldedit.Vector)} instead
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
private boolean generate(TreeType type, EditSession editSession, Vector pos)
|
|
||||||
throws MaxChangedBlocksException {
|
|
||||||
return type.generate(editSession, pos);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes a terrible looking pine tree.
|
* Makes a terrible looking pine tree.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user