Class BlockBatch

java.lang.Object
net.minestom.server.instance.batch.BlockBatch
All Implemented Interfaces:
InstanceBatch, BlockModifier

public class BlockBatch
extends java.lang.Object
implements InstanceBatch
Used when the blocks you want to place need to be divided in multiple chunks, use a ChunkBatch instead otherwise. Can be created using Instance.createBlockBatch().
See Also:
InstanceBatch