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 ErrorReporterclass_11352.field_60380private final ErrorReporterclass_11352.class_11353.field_60383private final ErrorReporterclass_11352.class_11357.field_60388private final ErrorReporterclass_11352.class_11358.field_60395private final ErrorReporterclass_11362.field_60402private final ErrorReporterclass_11362.class_11366.field_60406private final ErrorReporterclass_11362.class_11367.field_60409Methods in net.minecraft that return ErrorReporterModifier and TypeMethodDescription(package private) ErrorReporterclass_11352.class_11357.method_71449(int int2) private ErrorReporterclass_11362.method_71479(String string) Methods in net.minecraft with parameters of type ErrorReporterModifier and TypeMethodDescription(package private) static class_11368class_11352.method_71415(ErrorReporter errorReporter, class_11371 class_11371, NbtCompound nbtCompound) static class_11368.class_11370class_11352.method_71416(ErrorReporter errorReporter, RegistryWrapper.WrapperLookup wrapperLookup, List<NbtCompound> list) static class_11368class_11352.method_71417(ErrorReporter errorReporter, RegistryWrapper.WrapperLookup wrapperLookup, NbtCompound nbtCompound) static class_11362class_11362.method_71458(ErrorReporter errorReporter) static class_11362class_11362.method_71459(ErrorReporter errorReporter, RegistryWrapper.WrapperLookup wrapperLookup) Constructors in net.minecraft with parameters of type ErrorReporterModifierConstructorDescriptionprivateclass_11352(ErrorReporter errorReporter, class_11371 class_11371, NbtCompound nbtCompound) class_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_11362(ErrorReporter errorReporter, com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, NbtCompound nbtCompound) (package private)class_11366(String string, ErrorReporter errorReporter, com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, NbtList nbtList) (package private)class_11367(ErrorReporter errorReporter, String string, com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, com.mojang.serialization.Codec<T> codec, NbtList nbtList) -
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.class_11336 class_11336) ErrorReporter.makeChild(ErrorReporter.class_11336 class_11336) -
Uses of ErrorReporter in net.minecraft.world
Methods in net.minecraft.world with parameters of type ErrorReporterModifier and TypeMethodDescriptionPlayerSaveHandler.loadPlayerData(PlayerEntity playerEntity, ErrorReporter errorReporter)