Package com.github.darksoulq.abyssallib.world.advancement.reward
package com.github.darksoulq.abyssallib.world.advancement.reward
-
ClassDescriptionRepresents a benefit or action granted to a player upon the completion of an advancement.An advancement reward that executes a command via the server console.An advancement reward that generates and distributes items using a custom
LootTabledefined in AbyssalLib's registry or inline.An advancement reward that grants a fixed amount of experience points to the player.An advancement reward that directly grants a specificItemStackto the player.An advancement reward that hooks into vanilla Minecraft's default loot tables.An advancement reward that applies a specific status effect to the player.RewardType<T extends AdvancementReward>Defines the registration metadata and serialization logic for a specificAdvancementReward.