Package net.minecraft.command.argument
Interface BlockPredicateArgumentType.BlockPredicate
- All Superinterfaces:
- Predicate<CachedBlockPosition>
- All Known Implementing Classes:
- BlockPredicateArgumentType.StatePredicate,- BlockPredicateArgumentType.TagPredicate
- Enclosing class:
- BlockPredicateArgumentType
public static interface BlockPredicateArgumentType.BlockPredicate
extends Predicate<CachedBlockPosition>
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/BlockPredicateArgumentType$BlockPredicate- intermediary - net/minecraft/class_2252$class_2254- official - gp$b
- 
Method Summary
- 
Method Details- 
hasNbtboolean hasNbt()- Mappings:
- Namespace - Name - Mixin selector - named - hasNbt- Lnet/minecraft/command/argument/BlockPredicateArgumentType$BlockPredicate;hasNbt()Z- intermediary - method_38559- Lnet/minecraft/class_2252$class_2254;method_38559()Z- official - a- Lgp$b;a()Z
 
 
-