Package net.minecraft.block
Interface AbstractBlock.TypedContextPredicate<A>
- Enclosing class:
AbstractBlock
public static interface AbstractBlock.TypedContextPredicate<A>
- Mappings:
Namespace Name official dbp$e
intermediary net/minecraft/class_4970$class_4972
named net/minecraft/block/AbstractBlock$TypedContextPredicate
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(BlockState state, BlockView world, BlockPos pos, A type)
-
Method Details
-
test
- Mappings:
Namespace Name Mixin selector official test
Ldbp$e;test(Ldbq;Lclo;Lgt;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
-