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.

@FunctionalInterface public static interface FillCommand.Filter
Mappings:
Namespace Name
named net/minecraft/server/command/FillCommand$Filter
intermediary net/minecraft/class_3057$class_3120
official anx$b
  • Field Details Link icon

    • IDENTITY Link icon

      static final FillCommand.Filter 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 Link icon

    • filter Link icon

      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;