Package net.minecraft.block
Interface AbstractBlock.TypedContextPredicate<A>
- Enclosing class:
AbstractBlock
public static interface AbstractBlock.TypedContextPredicate<A>
- Mappings:
Namespace Name named net/minecraft/block/AbstractBlock$TypedContextPredicate
intermediary net/minecraft/class_4970$class_4972
official dsd$e
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(BlockState state, BlockView world, BlockPos pos, A type)
-
Method Details
-
test
- Mappings:
Namespace Name Mixin selector 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
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
official test
Ldsd$e;test(Ldse;Ldbg;Liz;Ljava/lang/Object;)Z
-