Uses of Interface
net.minecraft.network.chat.contents.objects.ObjectInfo
Packages that use ObjectInfo
Package
Description
-
Uses of ObjectInfo in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type ObjectInfoModifier and TypeFieldDescriptionprivate Predicate<ObjectInfo> ResolutionContext.Builder.objectInfoValidatorprivate final Predicate<ObjectInfo> ResolutionContext.objectInfoValidatorThe field for theobjectInfoValidatorrecord component.Methods in net.minecraft.network.chat that return ObjectInfoModifier and TypeMethodDescription@Nullable ObjectInfoResolutionContext.validate(ObjectInfo description) Methods in net.minecraft.network.chat that return types with arguments of type ObjectInfoModifier and TypeMethodDescriptionResolutionContext.objectInfoValidator()Returns the value of theobjectInfoValidatorrecord component.Methods in net.minecraft.network.chat with parameters of type ObjectInfoModifier and TypeMethodDescriptionstatic MutableComponentComponent.object(ObjectInfo info) static MutableComponentComponent.object(ObjectInfo info, Component fallback) @Nullable ObjectInfoResolutionContext.validate(ObjectInfo description) Method parameters in net.minecraft.network.chat with type arguments of type ObjectInfoModifier and TypeMethodDescriptionResolutionContext.Builder.withObjectInfoValidator(Predicate<ObjectInfo> objectInfoValidator) Constructor parameters in net.minecraft.network.chat with type arguments of type ObjectInfoModifierConstructorDescriptionResolutionContext(@Nullable CommandSourceStack source, @Nullable Entity defaultScoreboardEntity, Predicate<ObjectInfo> objectInfoValidator, int depthLimit, ResolutionContext.LimitBehavior depthLimitBehavior) Creates an instance of aResolutionContextrecord class. -
Uses of ObjectInfo in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as ObjectInfoModifier and TypeFieldDescriptionprivate final ObjectInfoObjectContents.contentsThe field for thecontentsrecord component.Methods in net.minecraft.network.chat.contents that return ObjectInfoModifier and TypeMethodDescriptionObjectContents.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.network.chat.contents with parameters of type ObjectInfoModifierConstructorDescriptionObjectContents(ObjectInfo contents, Optional<Component> fallback) Creates an instance of aObjectContentsrecord class. -
Uses of ObjectInfo in net.minecraft.network.chat.contents.objects
Classes in net.minecraft.network.chat.contents.objects that implement ObjectInfoFields in net.minecraft.network.chat.contents.objects with type parameters of type ObjectInfoModifier and TypeFieldDescriptionstatic final MapCodec<ObjectInfo> ObjectInfos.CODECprivate static final ExtraCodecs.LateBoundIdMapper<String, MapCodec<? extends ObjectInfo>> ObjectInfos.ID_MAPPERMethods in net.minecraft.network.chat.contents.objects that return types with arguments of type ObjectInfo