Class BiomeChange

java.lang.Object
com.sk89q.worldedit.history.change.BiomeChange
All Implemented Interfaces:
Change

@Deprecated public class BiomeChange extends Object implements Change
Deprecated.
Represents a biome change that may be undone or replayed.

This biome change does not have an Extent assigned to it because one will be taken from the passed UndoContext. If the context does not have an extent (it is null), cryptic errors may occur.

  • Constructor Details

    • BiomeChange

      public BiomeChange(BlockVector2 position, BiomeType previous, BiomeType current)
      Deprecated.
      Create a new biome change.
      Parameters:
      position - the position
      previous - the previous biome
      current - the current biome
  • Method Details