mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 03:46:42 +00:00
Fixed utility classes having constructors.
This commit is contained in:
@ -29,6 +29,9 @@ import com.sk89q.worldedit.CuboidClipboard.FlipDirection;
|
||||
*/
|
||||
@Deprecated
|
||||
public final class BlockData {
|
||||
private BlockData() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Rotate a block's data value 90 degrees (north->east->south->west->north);
|
||||
*
|
||||
|
Reference in New Issue
Block a user