mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-17 14:03:55 +00:00
Moved BlockData to the blocks package and left a stub with deprecated delegates behind.
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
package com.sk89q.worldedit.tools;
|
||||
|
||||
import com.sk89q.worldedit.*;
|
||||
import com.sk89q.worldedit.data.BlockData;
|
||||
import com.sk89q.worldedit.blocks.BlockData;
|
||||
|
||||
/**
|
||||
* A mode that cycles the data values of supported blocks.
|
||||
|
Reference in New Issue
Block a user