Package net.minecraft.predicate.block
Class BlockPredicate
java.lang.Object
net.minecraft.predicate.block.BlockPredicate
- All Implemented Interfaces:
 Predicate<BlockState>
- Mappings:
 Namespace Name named net/minecraft/predicate/block/BlockPredicateintermediary net/minecraft/class_2717official eej
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic BlockPredicatebooleantest(@Nullable BlockState blockState)  
- 
Field Details
- 
block
- Mappings:
 Namespace Name Mixin selector named blockLnet/minecraft/predicate/block/BlockPredicate;block:Lnet/minecraft/block/Block;intermediary field_12423Lnet/minecraft/class_2717;field_12423:Lnet/minecraft/class_2248;official aLeej;a:Ldpz;
 
 - 
 - 
Constructor Details
- 
BlockPredicate
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/predicate/block/BlockPredicate;<init>(Lnet/minecraft/block/Block;)Vintermediary <init>Lnet/minecraft/class_2717;<init>(Lnet/minecraft/class_2248;)Vofficial <init>Leej;<init>(Ldpz;)V
 
 - 
 - 
Method Details
- 
make
- Mappings:
 Namespace Name Mixin selector named makeLnet/minecraft/predicate/block/BlockPredicate;make(Lnet/minecraft/block/Block;)Lnet/minecraft/predicate/block/BlockPredicate;intermediary method_11766Lnet/minecraft/class_2717;method_11766(Lnet/minecraft/class_2248;)Lnet/minecraft/class_2717;official aLeej;a(Ldpz;)Leej;
 - 
test
- Specified by:
 testin interfacePredicate<BlockState>- Mappings:
 Namespace Name Mixin selector named testLnet/minecraft/predicate/block/BlockPredicate;test(Lnet/minecraft/block/BlockState;)Zintermediary method_11765Lnet/minecraft/class_2717;method_11765(Lnet/minecraft/class_2680;)Zofficial aLeej;a(Leeb;)Z
 
 -