Class ChunkUpdater

java.lang.Object
cn.nukkit.level.format.updater.ChunkUpdater

@PowerNukkitOnly @Since("1.4.0.0-PN") public final class ChunkUpdater extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static int
    Version history: 0Before 1.3.0.0-PN or from Cloudburst Nukkit 1Melon Stem, Pumpkin Stem and Cobblestone Walls are now rendered server side 2, 3, 4Re-render the cobblestone walls to fix connectivity issues 6Beehive and bee_nest now uses BlockFace.horizontalIndex instead of BlockFace.index (parallel change) 5, 7Beehive and bee_nest honey level is now limited to 5, was up to 7 (parallel change) 8Sync beehive and bee_nest parallel changes 9Re-render cobblestone walls to connect to glass, stained glass, and other wall types like border and blackstone wall 10Re-render snow layers to make them cover grass blocks and fix leaves2 issue: https://github.com/PowerNukkit/PowerNukkit/issues/482 11The debug block property was removed from stripped_warped_hyphae, stripped_warped_stem, stripped_crimson_hyphae, and stripped_crimson_stem 12Upgraded the block frame data values to match the vanilla data, allowing to place up and down and have map

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getCurrentContentVersion

      @PowerNukkitOnly @Since("1.4.0.0-PN") public static int getCurrentContentVersion()
      Version history:
      0
      Before 1.3.0.0-PN or from Cloudburst Nukkit
      1
      Melon Stem, Pumpkin Stem and Cobblestone Walls are now rendered server side
      2, 3, 4
      Re-render the cobblestone walls to fix connectivity issues
      6
      Beehive and bee_nest now uses BlockFace.horizontalIndex instead of BlockFace.index (parallel change)
      5, 7
      Beehive and bee_nest honey level is now limited to 5, was up to 7 (parallel change)
      8
      Sync beehive and bee_nest parallel changes
      9
      Re-render cobblestone walls to connect to glass, stained glass, and other wall types like border and blackstone wall
      10
      Re-render snow layers to make them cover grass blocks and fix leaves2 issue: https://github.com/PowerNukkit/PowerNukkit/issues/482
      11
      The debug block property was removed from stripped_warped_hyphae, stripped_warped_stem, stripped_crimson_hyphae, and stripped_crimson_stem
      12
      Upgraded the block frame data values to match the vanilla data, allowing to place up and down and have map
    • backwardCompatibilityUpdate

      @PowerNukkitOnly @Since("1.4.0.0-PN") public static void backwardCompatibilityUpdate(Level level, BaseChunk chunk)