Package net.minecraft.server.command
Interface SetBlockCommand.Filter
- Enclosing class:
SetBlockCommand
public static interface SetBlockCommand.Filter
- Mappings:
Namespace Name named net/minecraft/server/command/SetBlockCommand$Filter
intermediary net/minecraft/class_3119$class_3120
official aov$a
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
-
Method Details
-
filter
@Nullable @Nullable BlockStateArgument filter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world) - Mappings:
Namespace Name Mixin selector named filter
Lnet/minecraft/server/command/SetBlockCommand$Filter;filter(Lnet/minecraft/util/math/BlockBox;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/command/argument/BlockStateArgument;Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/command/argument/BlockStateArgument;
intermediary filter
Lnet/minecraft/class_3119$class_3120;filter(Lnet/minecraft/class_3341;Lnet/minecraft/class_2338;Lnet/minecraft/class_2247;Lnet/minecraft/class_3218;)Lnet/minecraft/class_2247;
official filter
Laov$a;filter(Leie;Liz;Lgg;Larf;)Lgg;
-