Package net.minecraft.server.world
Interface ChunkErrorHandler
- All Known Implementing Classes:
- IntegratedServer,- MinecraftDedicatedServer,- MinecraftServer,- TestServer
public interface ChunkErrorHandler
- Mappings:
- Namespace - Name - named - net/minecraft/server/world/ChunkErrorHandler- intermediary - net/minecraft/class_9820- official - eab
- 
Method SummaryModifier and TypeMethodDescriptionstatic CrashExceptioncreateMisplacementException(ChunkPos actualPos, ChunkPos expectedPos) voidonChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) default voidonChunkMisplacement(ChunkPos actualPos, ChunkPos expectedPos, StorageKey key) voidonChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) 
- 
Method Details- 
onChunkLoadFailure- Mappings:
- Namespace - Name - Mixin selector - named - onChunkLoadFailure- Lnet/minecraft/server/world/ChunkErrorHandler;onChunkLoadFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_57821- Lnet/minecraft/class_9820;method_57821(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)V- official - a- Leab;a(Ljava/lang/Throwable;Leam;Ldfp;)V
 
- 
onChunkSaveFailure- Mappings:
- Namespace - Name - Mixin selector - named - onChunkSaveFailure- Lnet/minecraft/server/world/ChunkErrorHandler;onChunkSaveFailure(Ljava/lang/Throwable;Lnet/minecraft/world/storage/StorageKey;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - method_57822- Lnet/minecraft/class_9820;method_57822(Ljava/lang/Throwable;Lnet/minecraft/class_9240;Lnet/minecraft/class_1923;)V- official - b- Leab;b(Ljava/lang/Throwable;Leam;Ldfp;)V
 
- 
createMisplacementException- Mappings:
- Namespace - Name - Mixin selector - named - createMisplacementException- Lnet/minecraft/server/world/ChunkErrorHandler;createMisplacementException(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/util/crash/CrashException;- intermediary - method_60997- Lnet/minecraft/class_9820;method_60997(Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;)Lnet/minecraft/class_148;- official - a- Leab;a(Ldfp;Ldfp;)Lz;
 
- 
onChunkMisplacement- Mappings:
- Namespace - Name - Mixin selector - named - onChunkMisplacement- Lnet/minecraft/server/world/ChunkErrorHandler;onChunkMisplacement(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/storage/StorageKey;)V- intermediary - method_60998- Lnet/minecraft/class_9820;method_60998(Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;Lnet/minecraft/class_9240;)V- official - a- Leab;a(Ldfp;Ldfp;Leam;)V
 
 
-