(BlockState state, BlockGetter blockGetter, BlockPos pos)
| 489 | } |
| 490 | |
| 491 | public static boolean always(BlockState state, BlockGetter blockGetter, BlockPos pos) { |
| 492 | return true; |
| 493 | } |
| 494 | |
| 495 | public static boolean neverBlockVision(BlockState state, BlockGetter world, BlockPos pos) { |
| 496 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected