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 dwg
-
Method Summary
Modifier and TypeMethodDescriptionstatic CrashException
createMisplacementException
(ChunkPos actualPos, ChunkPos expectedPos) void
onChunkLoadFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) default void
onChunkMisplacement
(ChunkPos actualPos, ChunkPos expectedPos, StorageKey key) void
onChunkSaveFailure
(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
Ldwg;a(Ljava/lang/Throwable;Ldws;Ldcd;)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
Ldwg;b(Ljava/lang/Throwable;Ldws;Ldcd;)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
Ldwg;a(Ldcd;Ldcd;)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
Ldwg;a(Ldcd;Ldcd;Ldws;)V
-