Uses of Enum Class
io.papermc.paper.command.brigadier.argument.predicate.BlockInWorldPredicate.Result
Packages that use BlockInWorldPredicate.Result
Package
Description
Predicates for argument types.
-
Uses of BlockInWorldPredicate.Result in io.papermc.paper.command.brigadier.argument.predicate
Subclasses with type arguments of type BlockInWorldPredicate.Result in io.papermc.paper.command.brigadier.argument.predicateModifier and TypeClassDescriptionstatic enumThe predicate result is yielded by theBlockInWorldPredicatewhen applied to a block.Methods in io.papermc.paper.command.brigadier.argument.predicate that return BlockInWorldPredicate.ResultModifier and TypeMethodDescriptiondefault BlockInWorldPredicate.ResultChecks if the passed block matches the block predicate.Checks if the passed block matches the block predicate.static BlockInWorldPredicate.ResultReturns the enum constant of this class with the specified name.static BlockInWorldPredicate.Result[]BlockInWorldPredicate.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.