Package net.minecraft.server.command
Interface SetBlockCommand.Filter
- Enclosing class:
- SetBlockCommand
public static interface SetBlockCommand.Filter
-
Method Summary
Modifier and Type Method Description BlockStateArgumentfilter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
-
Method Details
-
filter
@Nullable BlockStateArgument filter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
-