Uses of Interface
dev.jorel.commandapi.arguments.parser.function.ThrowingFunctionParser
Packages that use ThrowingFunctionParser
-
Uses of ThrowingFunctionParser in dev.jorel.commandapi.arguments.parser
Methods in dev.jorel.commandapi.arguments.parser that return ThrowingFunctionParserModifier and TypeMethodDescriptionThrowingFunctionParser<Boolean, Collection<org.bukkit.entity.Entity>> EntitySelectorParser.entities()Returns the value of theentitiesrecord component.ThrowingFunctionParser<Boolean, Collection<org.bukkit.entity.Player>> EntitySelectorParser.players()Returns the value of theplayersrecord component.Constructors in dev.jorel.commandapi.arguments.parser with parameters of type ThrowingFunctionParserModifierConstructorDescriptionEntitySelectorParser(ThrowingSupplyingParser<org.bukkit.entity.Player> player, ThrowingSupplyingParser<org.bukkit.entity.Entity> entity, ThrowingFunctionParser<Boolean, Collection<org.bukkit.entity.Player>> players, ThrowingFunctionParser<Boolean, Collection<org.bukkit.entity.Entity>> entities) Creates an instance of aEntitySelectorParserrecord class.