Interface ApplyPropertyToBoughtItemEvent<G extends Game,P extends BWPlayer,I extends org.screamingsandals.lib.utils.Wrapper>
- All Superinterfaces:
ApplyPropertyToItemEvent<G,
P, I>
@NonExtendable
public interface ApplyPropertyToBoughtItemEvent<G extends Game,P extends BWPlayer,I extends org.screamingsandals.lib.utils.Wrapper>
extends ApplyPropertyToItemEvent<G,P,I>
-
Method Summary
Methods inherited from interface org.screamingsandals.bedwars.api.events.ApplyPropertyToItemEvent
getBooleanProperty, getByteProperty, getCharProperty, getDoubleProperty, getFloatProperty, getGame, getIntProperty, getLongProperty, getPlayer, getProperties, getProperty, getPropertyName, getShortProperty, getStack, getStringProperty, hasProperty, setStack
-
Method Details
-
handle
static void handle(Object plugin, Consumer<ApplyPropertyToBoughtItemEvent<Game, BWPlayer, org.screamingsandals.lib.utils.Wrapper>> consumer)
-