Uses of Interface
net.minecraft.util.ErrorReporter
Packages that use ErrorReporter
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter in net.minecraft.advancement
Methods in net.minecraft.advancement with parameters of type ErrorReporterModifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup lookup) -
Uses of ErrorReporter in net.minecraft.component.type
Methods in net.minecraft.component.type with parameters of type ErrorReporterModifier and TypeMethodDescriptionprivate static NbtCompound
BlockPredicatesComponent.getNbt
(BlockEntity blockEntity, DynamicRegistryManager registries, ErrorReporter errorReporter) -
Uses of ErrorReporter in net.minecraft.loot
Fields in net.minecraft.loot declared as ErrorReporterMethods in net.minecraft.loot that return ErrorReporterConstructors in net.minecraft.loot with parameters of type ErrorReporterModifierConstructorDescriptionLootTableReporter
(ErrorReporter errorReporter, ContextType contextType) private
LootTableReporter
(ErrorReporter errorReporter, ContextType contextType, Optional<RegistryEntryLookup.RegistryLookup> dataLookup, Set<RegistryKey<?>> referenceStack) LootTableReporter
(ErrorReporter errorReporter, ContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup) -
Uses of ErrorReporter in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as ErrorReporterModifier and TypeFieldDescriptionprivate final ErrorReporter
LootContextPredicateValidator.errorReporter
Constructors in net.minecraft.predicate.entity with parameters of type ErrorReporterModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup conditionsLookup) -
Uses of ErrorReporter in net.minecraft.server
Methods in net.minecraft.server with parameters of type ErrorReporterModifier and TypeMethodDescriptionPlayerManager.loadPlayerData
(ServerPlayerEntity player, ErrorReporter errorReporter) -
Uses of ErrorReporter in net.minecraft.storage
Fields in net.minecraft.storage declared as ErrorReporterModifier and TypeFieldDescriptionprivate final ErrorReporter
NbtReadView.ChildListReadView.reporter
private final ErrorReporter
NbtReadView.NbtListReadView.reporter
private final ErrorReporter
NbtReadView.NbtTypedListReadView.reporter
private final ErrorReporter
NbtReadView.reporter
private final ErrorReporter
NbtWriteView.NbtListAppender.reporter
private final ErrorReporter
NbtWriteView.NbtListView.reporter
private final ErrorReporter
NbtWriteView.reporter
Methods in net.minecraft.storage that return ErrorReporterModifier and TypeMethodDescription(package private) ErrorReporter
NbtReadView.ChildListReadView.createErrorReporter
(int index) private ErrorReporter
NbtWriteView.makeChildReporter
(String key) Methods in net.minecraft.storage with parameters of type ErrorReporterModifier and TypeMethodDescriptionstatic ReadView
NbtReadView.create
(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, NbtCompound nbt) static NbtWriteView
NbtWriteView.create
(ErrorReporter reporter) static NbtWriteView
NbtWriteView.create
(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries) static ReadView.ListReadView
NbtReadView.createList
(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) (package private) static ReadView
NbtReadView.createReadView
(ErrorReporter reporter, ReadContext context, NbtCompound nbt) Constructors in net.minecraft.storage with parameters of type ErrorReporterModifierConstructorDescription(package private)
ChildListReadView
(ErrorReporter reporter, String name, ReadContext context, NbtList list) (package private)
NbtListAppender
(ErrorReporter reporter, String key, com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec, NbtList list) NbtListReadView
(ErrorReporter reporter, ReadContext context, List<NbtCompound> nbts) (package private)
NbtListView
(String key, ErrorReporter reporter, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtList list) private
NbtReadView
(ErrorReporter reporter, ReadContext context, NbtCompound nbt) (package private)
NbtTypedListReadView
(ErrorReporter reporter, String name, ReadContext context, com.mojang.serialization.Codec<T> typeCodec, NbtList list) (package private)
NbtWriteView
(ErrorReporter reporter, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtCompound nbt) -
Uses of ErrorReporter in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type ErrorReporterModifier and TypeMethodDescriptionprivate void
StructureTemplate.addEntitiesFromWorld
(World world, BlockPos firstCorner, BlockPos secondCorner, ErrorReporter errorReporter) StructureTemplate.getEntity
(ErrorReporter errorReporter, ServerWorldAccess world, NbtCompound nbt) private void
StructureTemplate.spawnEntities
(ServerWorldAccess world, BlockPos pos, BlockMirror mirror, BlockRotation rotation, BlockPos pivot, @Nullable BlockBox area, boolean initializeMobs, ErrorReporter errorReporter) -
Uses of ErrorReporter in net.minecraft.util
Classes in net.minecraft.util that implement ErrorReporterModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.util declared as ErrorReporterMethods in net.minecraft.util that return ErrorReporterModifier and TypeMethodDescriptionErrorReporter.Impl.makeChild
(ErrorReporter.Context context) ErrorReporter.makeChild
(ErrorReporter.Context context) -
Uses of ErrorReporter in net.minecraft.world
Methods in net.minecraft.world with parameters of type ErrorReporterModifier and TypeMethodDescriptionPlayerSaveHandler.loadPlayerData
(PlayerEntity player, ErrorReporter errorReporter)