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