Package net.minecraft.server.command
Interface FillCommand.Filter
- Enclosing class:
FillCommand
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/server/command/FillCommand$Filter
intermediary net/minecraft/class_3057$class_3120
official anx$b
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfilter
(BlockBox box, BlockPos pos, BlockStateArgument block, ServerWorld world)
-
Field Details
-
IDENTITY
- Mappings:
Namespace Name Mixin selector named IDENTITY
Lnet/minecraft/server/command/FillCommand$Filter;IDENTITY:Lnet/minecraft/server/command/FillCommand$Filter;
intermediary field_55586
Lnet/minecraft/class_3057$class_3120;field_55586:Lnet/minecraft/class_3057$class_3120;
official a
Lanx$b;a:Lanx$b;
-
-
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/FillCommand$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_3057$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
Lanx$b;filter(Lesf;Liw;Lgc;Lasb;)Lgc;
-