Package net.minecraft.server.command
Interface SetBlockCommand.Filter
- Enclosing class:
- SetBlockCommand
public static interface SetBlockCommand.Filter
- Mappings:
Namespace Name official yu$a
intermediary net/minecraft/class_3119$class_3120
named net/minecraft/server/command/SetBlockCommand$Filter
-
Method Summary
Modifier and Type Method Description BlockStateArgument
filter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
-
Method Details
-
filter
@Nullable BlockStateArgument filter(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)- Mappings:
Namespace Name Mixin selector official filter
Lyu$a;filter(Lcwn;Lfx;Lef;Laav;)Lef;
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;
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;
-