Uses of Class
com.bencodez.advancedcore.api.rewards.injected.RewardInject
Packages that use RewardInject
Package
Description
-
Uses of RewardInject in com.bencodez.advancedcore.api.rewards
Methods in com.bencodez.advancedcore.api.rewards with parameters of type RewardInject -
Uses of RewardInject in com.bencodez.advancedcore.api.rewards.injected
Subclasses of RewardInject in com.bencodez.advancedcore.api.rewards.injectedModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.bencodez.advancedcore.api.rewards.injected that return RewardInjectModifier and TypeMethodDescriptionRewardInject.addEditButton(EditGUIButton button) RewardInject.alwaysForce()RewardInject.alwaysForceNoData()RewardInject.alwaysValid()RewardInject.asPlaceholder(String placeholderName) RewardInject.postReward()RewardInject.priority(int priority) RewardInject.synchronize()RewardInject.validator(RewardInjectValidator validate) Methods in com.bencodez.advancedcore.api.rewards.injected with parameters of type RewardInjectModifier and TypeMethodDescriptionbooleanRewardInjectValidator.isValid(RewardInject inject, String path) abstract voidRewardInjectValidator.onValidate(Reward reward, RewardInject inject, org.bukkit.configuration.ConfigurationSection data) voidRewardInjectValidator.warning(Reward reward, RewardInject inject, String str)