Uses of Record Class
net.minecraft.world.storage.SerializingRegionBasedStorage.LoadResult
Packages that use SerializingRegionBasedStorage.LoadResult
-
Uses of SerializingRegionBasedStorage.LoadResult in net.minecraft.world.storage
Fields in net.minecraft.world.storage with type parameters of type SerializingRegionBasedStorage.LoadResultModifier and TypeFieldDescriptionprivate final Long2ObjectMap<CompletableFuture<Optional<SerializingRegionBasedStorage.LoadResult<P>>>> SerializingRegionBasedStorage.pendingLoadsMethods in net.minecraft.world.storage that return SerializingRegionBasedStorage.LoadResultModifier and TypeMethodDescriptionstatic <T> SerializingRegionBasedStorage.LoadResult<T> SerializingRegionBasedStorage.LoadResult.fromNbt(com.mojang.serialization.Codec<T> sectionCodec, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtElement nbt, ChunkPosKeyedStorage storage, HeightLimitView world) Methods in net.minecraft.world.storage that return types with arguments of type SerializingRegionBasedStorage.LoadResultModifier and TypeMethodDescriptionMethods in net.minecraft.world.storage with parameters of type SerializingRegionBasedStorage.LoadResultModifier and TypeMethodDescriptionprivate voidSerializingRegionBasedStorage.onLoad(ChunkPos chunkPos, @Nullable SerializingRegionBasedStorage.LoadResult<P> result)