Uses of Interface
net.minecraft.util.ErrorReporter.Context
Packages that use ErrorReporter.Context
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of ErrorReporter.Context in net.minecraft.block.entity
Classes in net.minecraft.block.entity that implement ErrorReporter.ContextMethods in net.minecraft.block.entity that return ErrorReporter.Context -
Uses of ErrorReporter.Context in net.minecraft.entity
Classes in net.minecraft.entity that implement ErrorReporter.ContextMethods in net.minecraft.entity that return ErrorReporter.Context -
Uses of ErrorReporter.Context in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type ErrorReporter.ContextModifier and TypeMethodDescriptionLootTableReporter.makeChild(ErrorReporter.Context context) LootTableReporter.makeChild(ErrorReporter.Context context, RegistryKey<?> key) -
Uses of ErrorReporter.Context in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as ErrorReporter.ContextModifier and TypeFieldDescriptionstatic final ErrorReporter.ContextLootTableEntry.INLINE_CONTEXT -
Uses of ErrorReporter.Context in net.minecraft.util
Classes in net.minecraft.util that implement ErrorReporter.ContextModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordFields in net.minecraft.util declared as ErrorReporter.ContextModifier and TypeFieldDescriptionprivate final ErrorReporter.ContextErrorReporter.Impl.contextstatic final ErrorReporter.ContextErrorReporter.Impl.CONTEXTprivate final ErrorReporter.ContextErrorReporter.Impl.ErrorList.elementThe field for theelementrecord component.Fields in net.minecraft.util with type parameters of type ErrorReporter.ContextModifier and TypeFieldDescriptionprivate final Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> ErrorReporter.Impl.ErrorList.childrenThe field for thechildrenrecord component.Methods in net.minecraft.util that return ErrorReporter.ContextModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.element()Returns the value of theelementrecord component.Methods in net.minecraft.util that return types with arguments of type ErrorReporter.ContextModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.children()Returns the value of thechildrenrecord component.Methods in net.minecraft.util with parameters of type ErrorReporter.ContextModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.get(ErrorReporter.Context context) ErrorReporter.Impl.makeChild(ErrorReporter.Context context) ErrorReporter.makeChild(ErrorReporter.Context context) Constructors in net.minecraft.util with parameters of type ErrorReporter.ContextModifierConstructorDescriptionErrorList(ErrorReporter.Context context) privateErrorList(ErrorReporter.Context context, List<ErrorReporter.Error> list, Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> map) Impl(ErrorReporter.Context context) privateImpl(ErrorReporter.Impl parent, ErrorReporter.Context context) Logging(ErrorReporter.Context context, Logger logger) Constructor parameters in net.minecraft.util with type arguments of type ErrorReporter.ContextModifierConstructorDescriptionprivateErrorList(ErrorReporter.Context context, List<ErrorReporter.Error> list, Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> map) -
Uses of ErrorReporter.Context in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement ErrorReporter.ContextMethods in net.minecraft.world.chunk that return ErrorReporter.ContextModifier and TypeMethodDescriptionstatic ErrorReporter.ContextChunk.createErrorReporterContext(ChunkPos pos) Chunk.getErrorReporterContext()