Uses of Enum Class
net.minecraft.network.chat.ResolutionContext.LimitBehavior
Packages that use ResolutionContext.LimitBehavior
-
Uses of ResolutionContext.LimitBehavior in net.minecraft.network.chat
Subclasses with type arguments of type ResolutionContext.LimitBehavior in net.minecraft.network.chatFields in net.minecraft.network.chat declared as ResolutionContext.LimitBehaviorModifier and TypeFieldDescriptionprivate ResolutionContext.LimitBehaviorResolutionContext.Builder.depthLimitBehaviorprivate final ResolutionContext.LimitBehaviorResolutionContext.depthLimitBehaviorThe field for thedepthLimitBehaviorrecord component.Methods in net.minecraft.network.chat that return ResolutionContext.LimitBehaviorModifier and TypeMethodDescriptionResolutionContext.depthLimitBehavior()Returns the value of thedepthLimitBehaviorrecord component.Returns the enum constant of this class with the specified name.static ResolutionContext.LimitBehavior[]ResolutionContext.LimitBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.chat with parameters of type ResolutionContext.LimitBehaviorModifier and TypeMethodDescriptionResolutionContext.Builder.setDepthLimitBehavior(ResolutionContext.LimitBehavior behavior) Constructors in net.minecraft.network.chat with parameters of type ResolutionContext.LimitBehaviorModifierConstructorDescriptionResolutionContext(@Nullable CommandSourceStack source, @Nullable Entity defaultScoreboardEntity, Predicate<ObjectInfo> objectInfoValidator, int depthLimit, ResolutionContext.LimitBehavior depthLimitBehavior) Creates an instance of aResolutionContextrecord class.