Package net.minecraft.world.updater
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.
- Mappings:
Namespace Name named net/minecraft/world/updater/ChunkUpdaterintermediary net/minecraft/class_12242official eqm
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionapplyFix(NbtCompound chunkNbt) default voidmarkChunkDone(ChunkPos chunkPos) default int
-
Field Details
-
PASSTHROUGH_FACTORY
- Mappings:
Namespace Name Mixin selector named PASSTHROUGH_FACTORYLnet/minecraft/world/updater/ChunkUpdater;PASSTHROUGH_FACTORY:Ljava/util/function/Supplier;intermediary field_63959Lnet/minecraft/class_12242;field_63959:Ljava/util/function/Supplier;official aLeqm;a:Ljava/util/function/Supplier;
-
-
Method Details
-
applyFix
- Mappings:
Namespace Name Mixin selector named applyFixLnet/minecraft/world/updater/ChunkUpdater;applyFix(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;intermediary applyFixLnet/minecraft/class_12242;applyFix(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2487;official applyFixLeqm;applyFix(Luz;)Luz;
-
markChunkDone
- Mappings:
Namespace Name Mixin selector named markChunkDoneLnet/minecraft/world/updater/ChunkUpdater;markChunkDone(Lnet/minecraft/util/math/ChunkPos;)Vintermediary markChunkDoneLnet/minecraft/class_12242;markChunkDone(Lnet/minecraft/class_1923;)Vofficial markChunkDoneLeqm;markChunkDone(Ldum;)V
-
targetDataVersion
default int targetDataVersion()
-