Uses of Record Class
net.minecraft.network.chat.ResolutionContext
Packages that use ResolutionContext
Package
Description
-
Uses of ResolutionContext in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ResolutionContextModifier and TypeFieldDescriptionprivate static final ResolutionContextServerStatusPinger.DESCRIPTION_SANITIZE_CONTEXT -
Uses of ResolutionContext in net.minecraft.network.chat
Methods in net.minecraft.network.chat that return ResolutionContextModifier and TypeMethodDescriptionResolutionContext.Builder.build()static ResolutionContextResolutionContext.create(CommandSourceStack source) Methods in net.minecraft.network.chat with parameters of type ResolutionContextModifier and TypeMethodDescriptiondefault MutableComponentComponentContents.resolve(ResolutionContext context, int recursionDepth) static Optional<MutableComponent> ComponentUtils.resolve(ResolutionContext context, Optional<Component> component, int recursionDepth) static MutableComponentComponentUtils.resolve(ResolutionContext context, Component component) static MutableComponentComponentUtils.resolve(ResolutionContext context, Component component, int recursionDepth) private static StyleComponentUtils.resolveStyle(ResolutionContext context, Style style, int recursionDepth) -
Uses of ResolutionContext in net.minecraft.network.chat.contents
Methods in net.minecraft.network.chat.contents with parameters of type ResolutionContextModifier and TypeMethodDescriptionNbtContents.resolve(ResolutionContext context, int recursionDepth) ObjectContents.resolve(ResolutionContext context, int recursionDepth) ScoreContents.resolve(ResolutionContext context, int recursionDepth) SelectorContents.resolve(ResolutionContext context, int recursionDepth) TranslatableContents.resolve(ResolutionContext context, int recursionDepth) -
Uses of ResolutionContext in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component with parameters of type ResolutionContextModifier and TypeMethodDescription@Nullable WrittenBookContentWrittenBookContent.resolve(ResolutionContext context, HolderLookup.Provider registries) static booleanWrittenBookContent.resolveForItem(ItemStack itemStack, ResolutionContext context, HolderLookup.Provider registries) private static Optional<Filterable<Component>> WrittenBookContent.resolvePage(ResolutionContext context, HolderLookup.Provider registries, Filterable<Component> page)