mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
chore: deprecate transform extent for removal (#2623)
This commit is contained in:
parent
bb9a0d27f2
commit
f60539f41d
@ -12,6 +12,10 @@ import com.sk89q.worldedit.world.block.BaseBlock;
|
||||
import com.sk89q.worldedit.world.block.BlockState;
|
||||
import com.sk89q.worldedit.world.block.BlockStateHolder;
|
||||
|
||||
/**
|
||||
* @deprecated Unused internal, will be removed in v3
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
public class TransformExtent extends BlockTransformExtent {
|
||||
|
||||
private final MutableVector3 mutable1 = new MutableVector3();
|
||||
|
Loading…
Reference in New Issue
Block a user