Interface BlockPredicateArgument.Result

All Superinterfaces:
Predicate<BlockInWorld>
All Known Implementing Classes:
BlockPredicateArgument.BlockPredicate, BlockPredicateArgument.TagPredicate
Enclosing class:
BlockPredicateArgument

public static interface BlockPredicateArgument.Result extends Predicate<BlockInWorld>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • requiresNbt

      boolean requiresNbt()