Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors.

This commit is contained in:
sk89q
2011-05-01 13:55:38 -07:00
parent 8840403669
commit 7dcb4da83b
4 changed files with 14 additions and 14 deletions

View File

@ -30,18 +30,6 @@ import com.sk89q.worldedit.regions.Region;
* @author sk89q
*/
public abstract class LocalWorld {
/**
* List of removable entity types.
*/
public enum EntityType {
ARROWS,
ITEMS,
PAINTINGS,
BOATS,
MINECARTS,
TNT,
}
/**
* Random generator.
*/