Package net.minecraft.block
Interface AbstractBlock.TypedContextPredicate<A>
- Enclosing class:
- AbstractBlock
public static interface AbstractBlock.TypedContextPredicate<A>
- Mappings:
- Namespace - Name - official - djg$e- intermediary - net/minecraft/class_4970$class_4972- named - net/minecraft/block/AbstractBlock$TypedContextPredicate
- 
Method SummaryModifier and TypeMethodDescriptionbooleantest(BlockState state, BlockView world, BlockPos pos, A type) 
- 
Method Details- 
test- Mappings:
- Namespace - Name - Mixin selector - official - test- Ldjg$e;test(Ldjh;Lcsv;Lhx;Ljava/lang/Object;)Z- intermediary - test- Lnet/minecraft/class_4970$class_4972;test(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Ljava/lang/Object;)Z- named - test- Lnet/minecraft/block/AbstractBlock$TypedContextPredicate;test(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Ljava/lang/Object;)Z
 
 
-