Package net.minestom.server.instance.batch
package net.minestom.server.instance.batch
-
ClassDescriptionA
Batch
which can be used when changes are required across chunk borders, but the changes do not need any translation.Batch<C>A Batch is a tool used to cache a list of block changes, and apply the changes whenever you want.Represents options forBatch
s.A Batch used when all of the block changed are contained inside a single chunk.ABatch
which can be used when changes are required across chunk borders, and are going to be reused in different places.