Uses of Interface
dev.jorel.commandapi.arguments.parser.function.ThrowingSupplyingParser
Packages that use ThrowingSupplyingParser
-
Uses of ThrowingSupplyingParser in dev.jorel.commandapi.arguments.parser
Methods in dev.jorel.commandapi.arguments.parser that return ThrowingSupplyingParserModifier and TypeMethodDescriptionThrowingSupplyingParser<org.bukkit.entity.Entity> EntitySelectorParser.entity()Returns the value of theentityrecord component.ThrowingSupplyingParser<org.bukkit.NamespacedKey> RegistryParser.key()Returns the value of thekeyrecord component.ThrowingSupplyingParser<org.bukkit.entity.Player> EntitySelectorParser.player()Returns the value of theplayerrecord component.RegistryParser.type()Returns the value of thetyperecord component.Constructors in dev.jorel.commandapi.arguments.parser with parameters of type ThrowingSupplyingParserModifierConstructorDescriptionEntitySelectorParser(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.RegistryParser(ThrowingSupplyingParser<T> type, ThrowingSupplyingParser<org.bukkit.NamespacedKey> key) Creates an instance of aRegistryParserrecord class.