Class AbsoluteBlockBatch

java.lang.Object
net.minestom.server.instance.batch.AbsoluteBlockBatch
All Implemented Interfaces:
Batch<Consumer<AbsoluteBlockBatch>>, Block.Setter

public class AbsoluteBlockBatch extends Object implements Batch<Consumer<AbsoluteBlockBatch>>
A Batch which can be used when changes are required across chunk borders, but the changes do not need any translation. If translation is required, use a RelativeBlockBatch instead.

Coordinates are relative to the world origin.

See Also: