Package net.minecraft.command
Interface EntitySelectorOptions.SelectorHandler
- Enclosing class:
- EntitySelectorOptions
public static interface EntitySelectorOptions.SelectorHandler
-
Method Summary
Modifier and Type Method Description void
handle(EntitySelectorReader reader)
-
Method Details
-
handle
void handle(EntitySelectorReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-