Class ConfigRewardPool.Entry
java.lang.Object
co.crystaldev.alpinecore.framework.config.object.ConfigRewardPool.Entry
- Enclosing class:
- ConfigRewardPool
Represents a possible reward.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeCommands
(Map<String, Object> placeholders)
-
Constructor Details
-
Entry
- Parameters:
name
- The display namechance
- The chance of this reward being drawncommands
- The commands to execute when this reward is drawn
-
-
Method Details
-
executeCommands
-