Package net.minecraft.server.commands
Interface SetBlockCommand.Filter
- Enclosing class:
SetBlockCommand
public static interface SetBlockCommand.Filter
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(BoundingBox boundingBox, BlockPos pos, BlockInput blockInput, ServerLevel level)
-
Method Details
-
filter
@Nullable BlockInput filter(BoundingBox boundingBox, BlockPos pos, BlockInput blockInput, ServerLevel level)
-