Interface ChunkUpdater

All Known Implementing Classes:
FeatureUpdater
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ChunkUpdater
Mappings:
Namespace Name
named net/minecraft/world/ChunkUpdater
intermediary net/minecraft/class_12242
official epw
  • Field Details

    • PASSTHROUGH_FACTORY

      static final Supplier<ChunkUpdater> PASSTHROUGH_FACTORY
      Mappings:
      Namespace Name Mixin selector
      named PASSTHROUGH_FACTORY Lnet/minecraft/world/ChunkUpdater;PASSTHROUGH_FACTORY:Ljava/util/function/Supplier;
      intermediary field_63959 Lnet/minecraft/class_12242;field_63959:Ljava/util/function/Supplier;
      official a Lepw;a:Ljava/util/function/Supplier;
  • Method Details

    • applyFix

      NbtCompound applyFix(NbtCompound chunkNbt)
      Mappings:
      Namespace Name Mixin selector
      named applyFix Lnet/minecraft/world/ChunkUpdater;applyFix(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
      intermediary applyFix Lnet/minecraft/class_12242;applyFix(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;
      official applyFix Lepw;applyFix(Lve;)Lve;
    • markChunkDone

      default void markChunkDone(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      named markChunkDone Lnet/minecraft/world/ChunkUpdater;markChunkDone(Lnet/minecraft/util/math/ChunkPos;)V
      intermediary markChunkDone Lnet/minecraft/class_12242;markChunkDone(Lnet/minecraft/class_1923;)V
      official markChunkDone Lepw;markChunkDone(Ldtu;)V
    • targetDataVersion

      default int targetDataVersion()