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 aol$c
  • Field Details

    • IDENTITY

      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 Laol$c;a:Laol$c;
  • Method Details

    • filter

      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 Laol$c;filter(Leuq;Ljb;Lgf;Laub;)Lgf;