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.Context
LootTableEntry.INLINE_CONTEXT
-
Uses of ErrorReporter.Context in net.minecraft.util
Classes in net.minecraft.util that implement ErrorReporter.ContextModifier and TypeClassDescriptionstatic final record
static final record
static final record
static final record
static final record
static final record
Fields in net.minecraft.util declared as ErrorReporter.ContextModifier and TypeFieldDescriptionprivate final ErrorReporter.Context
ErrorReporter.Impl.context
static final ErrorReporter.Context
ErrorReporter.Impl.CONTEXT
private final ErrorReporter.Context
ErrorReporter.Impl.ErrorList.element
The field for theelement
record 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.children
The field for thechildren
record component.Methods in net.minecraft.util that return ErrorReporter.ContextModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.element()
Returns the value of theelement
record component.Methods in net.minecraft.util that return types with arguments of type ErrorReporter.ContextModifier and TypeMethodDescriptionErrorReporter.Impl.ErrorList.children()
Returns the value of thechildren
record 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) private
ErrorList
(ErrorReporter.Context context, List<ErrorReporter.Error> list, Map<ErrorReporter.Context, ErrorReporter.Impl.ErrorList> map) Impl
(ErrorReporter.Context context) private
Impl
(ErrorReporter.Impl parent, ErrorReporter.Context context) Logging
(ErrorReporter.Context context, Logger logger) Constructor parameters in net.minecraft.util with type arguments of type ErrorReporter.ContextModifierConstructorDescriptionprivate
ErrorList
(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.Context
Chunk.createErrorReporterContext
(ChunkPos pos) Chunk.getErrorReporterContext()