Skip to content

Commit

Permalink
chore: deprecate transform extent for removal (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dordsor21 committed Mar 16, 2024
1 parent bb9a0d2 commit f60539f
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -12,6 +12,10 @@
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();
Expand Down

0 comments on commit f60539f

Please sign in to comment.