Interface BlockBehaviour.StateArgumentPredicate<A>
- Enclosing class:
BlockBehaviour
public static interface BlockBehaviour.StateArgumentPredicate<A>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(BlockState state, BlockGetter level, BlockPos pos, A value)
-
Method Details
-
test
-