Uses of Interface
dev.jorel.commandapi.commandsenders.AbstractPlayer
Packages that use AbstractPlayer
Package
Description
Classes to be used as arguments for commands
-
Uses of AbstractPlayer in dev.jorel.commandapi
Methods in dev.jorel.commandapi with parameters of type AbstractPlayerModifier and TypeMethodDescriptionvoidCommandAPIPlatform.updateRequirements(AbstractPlayer<?> player) Updates the requirements required for a given player to execute a command. -
Uses of AbstractPlayer in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return AbstractPlayerModifier and TypeMethodDescriptionPreviewInfo.player()Returns the value of theplayerrecord component.Constructors in dev.jorel.commandapi.arguments with parameters of type AbstractPlayerModifierConstructorDescriptionPreviewInfo(AbstractPlayer<?> player, String input, String fullInput, T parsedInput) Creates an instance of aPreviewInforecord class.