Uses of Interface
wizardquest.entity.PlayerInterface
Packages that use PlayerInterface
-
Uses of PlayerInterface in wizardquest.abilities
Classes in wizardquest.abilities that implement PlayerInterfaceModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassFields in wizardquest.abilities declared as PlayerInterfaceMethods in wizardquest.abilities that return PlayerInterfaceModifier and TypeMethodDescriptionUpgradeEnum.applyUpgrade(PlayerInterface player) Applies an upgrade to a given player.Methods in wizardquest.abilities with parameters of type PlayerInterfaceModifier and TypeMethodDescriptionUpgradeEnum.applyUpgrade(PlayerInterface player) Applies an upgrade to a given player.Constructors in wizardquest.abilities with parameters of type PlayerInterfaceModifierConstructorDescriptionFireBallUnlockUpgrade(PlayerInterface player) SlashUnlockUpgrade(PlayerInterface player) protectedUpgradeBase(PlayerInterface player) Constructs an upgrade from a player, decorating them.WaterJetUnlockUpgrade(PlayerInterface player) -
Uses of PlayerInterface in wizardquest.entity
Classes in wizardquest.entity that implement PlayerInterface -
Uses of PlayerInterface in wizardquest.gamemanager
Methods in wizardquest.gamemanager that return PlayerInterfaceModifier and TypeMethodDescriptionGameManagerInterface.getCurrentPlayer()Returns the current player.GameRun.getPlayer()GameRunInterface.getPlayer()Returns a reference to the player.