JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.tomkeuper.bedwars.api.upgrades
Interface UpgradeAction
public interface
UpgradeAction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onBuy
(@Nullable org.bukkit.entity.Player player,
ITeam
bwt)
Apply action to team.
Method Details
onBuy
void
onBuy
(@Nullable @Nullable org.bukkit.entity.Player player,
ITeam
bwt)
Apply action to team.
Parameters:
player
- buyer.
bwt
- team receiver.