Package net.minestom.server.instance.batch


package net.minestom.server.instance.batch
  • Class
    Description
    A Batch which can be used when changes are required across chunk borders, but the changes do not need any translation.
    A Batch is a tool used to cache a list of block changes, and apply the changes whenever you want.
    Represents options for Batchs.
    A Batch used when all of the block changed are contained inside a single chunk.
    A Batch which can be used when changes are required across chunk borders, and are going to be reused in different places.