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 TypeMethodDescriptionvoidAdvancement.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 NbtCompoundBlockPredicatesComponent.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) privateLootTableReporter(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 ErrorReporterLootContextPredicateValidator.errorReporterConstructors in net.minecraft.predicate.entity with parameters of type ErrorReporterModifierConstructorDescriptionLootContextPredicateValidator(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup conditionsLookup) -
Uses of ErrorReporter in net.minecraft.storage
Fields in net.minecraft.storage declared as ErrorReporterModifier and TypeFieldDescriptionprivate final ErrorReporterNbtReadView.ChildListReadView.reporterprivate final ErrorReporterNbtReadView.NbtListReadView.reporterprivate final ErrorReporterNbtReadView.NbtTypedListReadView.reporterprivate final ErrorReporterNbtReadView.reporterprivate final ErrorReporterNbtWriteView.NbtListAppender.reporterprivate final ErrorReporterNbtWriteView.NbtListView.reporterprivate final ErrorReporterNbtWriteView.reporterMethods in net.minecraft.storage that return ErrorReporterModifier and TypeMethodDescription(package private) ErrorReporterNbtReadView.ChildListReadView.createErrorReporter(int index) private ErrorReporterNbtWriteView.makeChildReporter(String key) Methods in net.minecraft.storage with parameters of type ErrorReporterModifier and TypeMethodDescriptionstatic ReadViewNbtReadView.create(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, NbtCompound nbt) static NbtWriteViewNbtWriteView.create(ErrorReporter reporter) static NbtWriteViewNbtWriteView.create(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries) static ReadView.ListReadViewNbtReadView.createList(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) (package private) static ReadViewNbtReadView.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) privateNbtReadView(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 voidStructureTemplate.addEntitiesFromWorld(World world, BlockPos firstCorner, BlockPos secondCorner, ErrorReporter errorReporter) StructureTemplate.getEntity(ErrorReporter errorReporter, ServerWorldAccess world, NbtCompound nbt) private voidStructureTemplate.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 classstatic classFields 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)