Package net.minecraft.server.command
Interface SetBlockCommand.Filter
- Enclosing class:
SetBlockCommand
public static interface SetBlockCommand.Filter
- Mappings:
Namespace Name official aij$a
intermediary net/minecraft/class_3119$class_3120
named net/minecraft/server/command/SetBlockCommand$Filter
-
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 official filter
Laij$a;filter(Ldva;Lgw;Lff;Lakq;)Lff;
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;
-