Interface EntitySelectorOptions.SelectorHandler

Enclosing class:
EntitySelectorOptions
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 EntitySelectorOptions.SelectorHandler
Mappings:
Namespace Name
named net/minecraft/command/EntitySelectorOptions$SelectorHandler
intermediary net/minecraft/class_2306$class_2307
official hf$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • handle

      void handle(EntitySelectorReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named handle Lnet/minecraft/command/EntitySelectorOptions$SelectorHandler;handle(Lnet/minecraft/command/EntitySelectorReader;)V
      intermediary handle Lnet/minecraft/class_2306$class_2307;handle(Lnet/minecraft/class_2303;)V
      official handle Lhf$a;handle(Lhd;)V