Package net.minecraft.command
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.
- Mappings:
Namespace Name named net/minecraft/command/EntitySelectorOptions$SelectorHandlerintermediary net/minecraft/class_2306$class_2307official hf$a
-
Method Summary
-
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 handleLnet/minecraft/command/EntitySelectorOptions$SelectorHandler;handle(Lnet/minecraft/command/EntitySelectorReader;)Vintermediary handleLnet/minecraft/class_2306$class_2307;handle(Lnet/minecraft/class_2303;)Vofficial handleLhf$a;handle(Lhd;)V
-