Uses of Interface
net.minecraft.util.ErrorReporter
Packages that use ErrorReporter
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter in net.minecraft
Fields in net.minecraft declared as ErrorReporterModifier and TypeFieldDescriptionprivate final ErrorReporterReadViewImpl.class_11353.field_60383private final ErrorReporterReadViewImpl.class_11357.field_60388private final ErrorReporterReadViewImpl.class_11358.field_60395private final ErrorReporterNbtWriteView.class_11366.reporterprivate final ErrorReporterNbtWriteView.class_11367.reporterprivate final ErrorReporterNbtWriteView.reporterprivate final ErrorReporterReadViewImpl.reporterMethods in net.minecraft that return ErrorReporterModifier and TypeMethodDescriptionprivate ErrorReporterNbtWriteView.makeChildReporter(String key) (package private) ErrorReporterReadViewImpl.class_11357.method_71449(int int2) Methods in net.minecraft with parameters of type ErrorReporterModifier and TypeMethodDescriptionstatic NbtWriteViewNbtWriteView.create(ErrorReporter reporter) static NbtWriteViewNbtWriteView.create(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries) static ReadViewReadViewImpl.get(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, NbtCompound nbt) (package private) static ReadViewReadViewImpl.method_71415(ErrorReporter errorReporter, class_11371 class_11371, NbtCompound nbtCompound) static ReadView.class_11370ReadViewImpl.method_71416(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) Constructors in net.minecraft with parameters of type ErrorReporterModifierConstructorDescriptionclass_11353(ErrorReporter errorReporter, class_11371 class_11371, List<NbtCompound> list) (package private)class_11357(ErrorReporter errorReporter, String string, class_11371 class_11371, NbtList nbtList) (package private)class_11358(ErrorReporter errorReporter, String string, class_11371 class_11371, com.mojang.serialization.Codec<T> codec, NbtList nbtList) (package private)class_11366(String keyt, ErrorReporter reporter, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtList list) (package private)class_11367(ErrorReporter reporter, String key, com.mojang.serialization.DynamicOps<NbtElement> ops, com.mojang.serialization.Codec<T> codec, NbtList list) (package private)NbtWriteView(ErrorReporter reporter, com.mojang.serialization.DynamicOps<NbtElement> ops, NbtCompound nbt) privateReadViewImpl(ErrorReporter reporter, class_11371 class_11371, NbtCompound nbt) -
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.item
Methods in net.minecraft.item with parameters of type ErrorReporterModifier and TypeMethodDescriptionprivate static NbtCompoundBlockPredicatesChecker.method_71392(BlockEntity blockEntity, DynamicRegistryManager dynamicRegistryManager, 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.server
Methods in net.minecraft.server with parameters of type ErrorReporterModifier and TypeMethodDescriptionPlayerManager.loadPlayerData(ServerPlayerEntity player, ErrorReporter errorReporter) -
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 serverWorldAccess, NbtCompound nbtCompound) private voidStructureTemplate.spawnEntities(ServerWorldAccess serverWorldAccess, 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) -
Uses of ErrorReporter in net.minecraft.world
Methods in net.minecraft.world with parameters of type ErrorReporterModifier and TypeMethodDescriptionPlayerSaveHandler.loadPlayerData(PlayerEntity playerEntity, ErrorReporter errorReporter)