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
Methods in io.papermc.paper.command.brigadier.argument.predicate that return BlockInWorldPredicate.ResultModifier and TypeMethodDescriptiondefault BlockInWorldPredicate.Result
Checks if the passed block matches the block predicate.Checks if the passed block matches the block predicate.static BlockInWorldPredicate.Result
Returns 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.