MCPcopy Create free account

hub / github.com/Rosewood-Development/RoseLoot / functions

Functions1,460 in github.com/Rosewood-Development/RoseLoot

↓ 1 callersMethodisExpired
()
Plugin/src/main/java/dev/rosewood/roseloot/manager/CooldownManager.java:86
↓ 1 callersMethodisInFluid
(Location location)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/InFluidCondition.java:44
↓ 1 callersMethodisLootTableTypeUsed
(Collection<LootTableType> lootTableTypes)
Plugin/src/main/java/dev/rosewood/roseloot/manager/LootTableManager.java:713
↓ 1 callersMethodisMarked
(Block block)
Plugin/src/main/java/dev/rosewood/roseloot/hook/CoreProtectRecentBlockHook.java:27
↓ 1 callersMethodisWeighted
@return true if this component is weighted
Plugin/src/main/java/dev/rosewood/roseloot/loot/LootComponent.java:118
↓ 1 callersMethodloadFile
(File file)
Plugin/src/main/java/dev/rosewood/roseloot/manager/LootTableManager.java:230
↓ 1 callersMethodmarkBlock
(Block block)
Plugin/src/main/java/dev/rosewood/roseloot/hook/CoreProtectRecentBlockHook.java:22
↓ 1 callersMethodmergeItemNBT
Merges the NBT of the given item with the given NBT string @param itemStack The ItemStack to merge the NBT with @param nbt The NBT string to merge wi
Plugin/src/main/java/dev/rosewood/roseloot/hook/NBTAPIHook.java:32
↓ 1 callersMethodparseChance
(String value)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/PlaceholderChanceCondition.java:35
↓ 1 callersMethodparsePostProcessing
(String value)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/MapPostProcessingComponent.java:19
↓ 1 callersMethodparsePotionEffects
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/ParsingUtils.java:76
↓ 1 callersMethodparseRegistryTag
(StringProvider provider, RegistryKey<T> registryKey, LootContext context)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/ParsingUtils.java:170
↓ 1 callersMethodparseValues
Parses the value portion of the tag @param values The values portion of the tag to parse @return true if the tag is valid, otherwise false
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/BaseLootCondition.java:68
↓ 1 callersMethodpassesOverwrite
()
Plugin/src/main/java/dev/rosewood/roseloot/listener/VaultListener.java:174
↓ 1 callersMethodplayItemBreakAnimation
Plays the item break animation and sound to a player @param player The player to play the animation to @param itemStack The item to play the animatio
Plugin/src/main/java/dev/rosewood/roseloot/util/LootUtils.java:362
↓ 1 callersMethodprovideLootItemComponentConstructors
()
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/component/LootItemComponentProvider.java:11
↓ 1 callersMethodprovideLootItemComponentPropertyApplicators
()
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/component/LootItemComponentProvider.java:13
↓ 1 callersMethodrecursivelyGenerateLootItems
(RecursiveLootItem recursiveLootItem)
Plugin/src/main/java/dev/rosewood/roseloot/loot/LootContents.java:57
↓ 1 callersMethodremoveRestrictedItemPickup
(ItemMeta itemMeta)
Plugin/src/main/java/dev/rosewood/roseloot/util/LootUtils.java:199
↓ 1 callersMethodresetCooldowns
Resets all cooldowns for a player @param player The player to reset cooldowns for
Plugin/src/main/java/dev/rosewood/roseloot/manager/CooldownManager.java:66
↓ 1 callersMethodresolveItem
(LootContext context)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/RoseStackerLootItem.java:25
↓ 1 callersMethodresolveItem
(LootContext context)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/TagLootItem.java:22
↓ 1 callersMethodresolveItem
(LootContext context)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/CustomItemLootItem.java:19
↓ 1 callersMethodresolveItemIds
(ItemStack itemStack)
Plugin/src/main/java/dev/rosewood/roseloot/hook/items/CustomItemPlugin.java:55
↓ 1 callersMethodsendPrefixedText
(CommandSender sender, String text)
Plugin/src/main/java/dev/rosewood/roseloot/manager/LocaleManager.java:13
↓ 1 callersMethodsetCooldowns
(Collection<CooldownManager.Cooldown> cooldowns)
Plugin/src/main/java/dev/rosewood/roseloot/manager/DataManager.java:28
↓ 1 callersMethodsetDropItems
Sets if the loot generation should drop items. @param dropItems true if the loot generation should drop items, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootGenerateEvent.java:113
↓ 1 callersMethodsetOverwriteExistingValues
@param overwriteExisting the OverwriteExisting values to set
Plugin/src/main/java/dev/rosewood/roseloot/loot/LootResult.java:50
↓ 1 callersMethodsetPiglinBarterItems
(Piglin piglin)
Plugin/src/main/java/dev/rosewood/roseloot/listener/PiglinBarterListener.java:98
↓ 1 callersMethodsetRestrictedItemPickup
(ItemMeta itemMeta, UUID owner)
Plugin/src/main/java/dev/rosewood/roseloot/util/LootUtils.java:186
↓ 1 callersMethodsetVoucherData
Sets the voucher data to the ItemStack @param itemStack The ItemStack to set the voucher data to @param lootTable The loottable to execute when the v
Plugin/src/main/java/dev/rosewood/roseloot/util/VoucherUtils.java:24
↓ 1 callersMethodshouldDropExperience
@return true if the loot generation should drop experience, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootGenerateEvent.java:88
↓ 1 callersMethodshouldDropExperience
@return true if the loot generation should drop experience, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootTableGenerateEvent.java:102
↓ 1 callersMethodshouldDropItems
@return true if the loot generation should drop items, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootGenerateEvent.java:81
↓ 1 callersMethodshouldDropItems
@return true if the loot generation should drop items, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootTableGenerateEvent.java:95
↓ 1 callersMethodshouldIgnoreDurabilityDecrease
Check if a durability decrease by 1 should be ignored @param level The level of the unbreaking enchantment @return true if a durability decrease by 1
Plugin/src/main/java/dev/rosewood/roseloot/util/LootUtils.java:106
↓ 1 callersMethodshouldIgnoreNormalDeathEvent
(EntityDeathEvent event)
Plugin/src/main/java/dev/rosewood/roseloot/hook/RoseStackerHook.java:18
↓ 1 callersMethodshouldTriggerExtras
@return true if the loot generation should trigger any extra actions, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootGenerateEvent.java:95
↓ 1 callersMethodshouldTriggerExtras
@return true if the loot generation should trigger any extra actions, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/event/PostLootTableGenerateEvent.java:109
↓ 1 callersMethodsupportsIdLookup
@return true if the provider supports looking up an item ID from an ItemStack, false otherwise
Plugin/src/main/java/dev/rosewood/roseloot/hook/items/ItemProvider.java:28
↓ 1 callersMethodtoAttributeModifier
(LootContext context)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/meta/ItemLootMeta.java:448
↓ 1 callersMethodtoAttributeModifier
(LootContext context)
Component/v1_21_3/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_3/AttributeModifiersComponent.java:134
↓ 1 callersMethodtoAttributeModifier
(LootContext context)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/AttributeModifiersComponent.java:151
↓ 1 callersMethodtoAttributeModifier
(LootContext context)
Component/v1_21_4/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_4/AttributeModifiersComponent.java:116
↓ 1 callersMethodtoDamageReduction
(LootContext context)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BlocksAttacksComponent.java:166
↓ 1 callersMethodtoDamageReduction
(LootContext context)
Component/v1_21_7/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_7/BlocksAttacksComponent.java:153
↓ 1 callersMethodtoItemDamageFunction
(LootContext context)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BlocksAttacksComponent.java:193
↓ 1 callersMethodtoItemDamageFunction
(LootContext context)
Component/v1_21_7/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_7/BlocksAttacksComponent.java:180
↓ 1 callersMethodtoPatternType
(LootContext context)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BannerPatternsComponent.java:77
↓ 1 callersMethodtokenize
(String input)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/LootConditionParser.java:102
↓ 1 callersMethodtraverse
(CommandSender sender, LocaleManager localeManager, int depth)
Plugin/src/main/java/dev/rosewood/roseloot/command/command/ListCommand.java:84
↓ 1 callersMethodunrestricted
@return a new LootTableType builder which accepts all parameters
Plugin/src/main/java/dev/rosewood/roseloot/loot/table/LootTableType.java:65
↓ 1 callersMethodupdate
()
Plugin/src/main/java/dev/rosewood/roseloot/manager/SupportedBlockManager.java:64
↓ 1 callersMethodvalidateLootContext
Validates that the parameters in a LootContext are valid for this LootTableType @param context The LootContext to validate @throws IllegalArgumentExc
Plugin/src/main/java/dev/rosewood/roseloot/loot/table/LootTableType.java:33
↓ 1 callersMethodwithItemUsed
(Function<T, ItemStack> itemUsedProvider)
Plugin/src/main/java/dev/rosewood/roseloot/loot/context/LootContextParams.java:112
↓ 1 callersMethodwriteArchaeologyHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:252
↓ 1 callersMethodwriteBlockHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:179
↓ 1 callersMethodwriteContainerHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:194
↓ 1 callersMethodwriteEntityDropsHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:209
↓ 1 callersMethodwriteEntityHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:163
↓ 1 callersMethodwriteEntries
(String path, String yamlName, IndentedFileWriter writer, JsonArray entries)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:442
↓ 1 callersMethodwriteFishingHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:188
↓ 1 callersMethodwriteHarvestHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:280
↓ 1 callersMethodwritePiglinBarteringHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:203
↓ 1 callersMethodwriteVaultHeader
(String path, IndentedFileWriter writer)
Plugin/src/main/java/dev/rosewood/roseloot/util/VanillaLootTableConverter.java:261
MethodAdvancedItemsProvider
()
Plugin/src/main/java/dev/rosewood/roseloot/hook/items/AdvancedItemsProvider.java:11
MethodAdvancementCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/AdvancementCondition.java:14
MethodAdvancementListener
(RosePlugin rosePlugin)
Plugin/src/main/java/dev/rosewood/roseloot/listener/AdvancementListener.java:19
MethodArchaeologyListener
(RosePlugin rosePlugin)
Plugin/src/main/java/dev/rosewood/roseloot/listener/ArchaeologyListener.java:34
MethodArmorItemLootMeta
(ConfigurationSection section)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/meta/ArmorItemLootMeta.java:17
MethodAttackRangeComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/AttackRangeComponent.java:20
MethodAttributeModifiersComponent
(ConfigurationSection section)
Component/v1_21_3/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_3/AttributeModifiersComponent.java:27
MethodAttributeModifiersComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/AttributeModifiersComponent.java:29
MethodAttributeModifiersComponent
(ConfigurationSection section)
Component/v1_21_4/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_4/AttributeModifiersComponent.java:26
MethodAuraSkillsExperienceLootItem
(String skill, NumberProvider amount, boolean raw)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/AuraSkillsExperienceLootItem.java:20
MethodAxolotlBucketItemLootMeta
(ConfigurationSection section)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/meta/AxolotlBucketItemLootMeta.java:16
MethodBannerItemLootMeta
(ConfigurationSection section)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/meta/BannerItemLootMeta.java:18
MethodBannerPatternsComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BannerPatternsComponent.java:26
MethodBaseColorComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BaseColorComponent.java:14
MethodBaseCommand
(RosePlugin rosePlugin)
Plugin/src/main/java/dev/rosewood/roseloot/command/command/BaseCommand.java:14
MethodBaseLootCondition
@param tag The tag, including both prefix and values @param parse Whether or not the tag should be parsed @throws IllegalArgumentException if the tag
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/BaseLootCondition.java:15
MethodBinomialDistributionNumberProvider
(NumberProvider n, NumberProvider p)
Plugin/src/main/java/dev/rosewood/roseloot/provider/NumberProvider.java:172
MethodBiomeCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/BiomeCondition.java:17
MethodBiomeKeyCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/paper/BiomeKeyCondition.java:27
MethodBiomeProvider
(String pluginName)
Plugin/src/main/java/dev/rosewood/roseloot/hook/biomes/BiomeProvider.java:10
MethodBlockBlockInfo
(Block block)
Plugin/src/main/java/dev/rosewood/roseloot/util/BlockInfo.java:30
MethodBlockDataCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/BlockDataCondition.java:15
MethodBlockDataContainer
(ConfigurationSection section)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/ParticleLootItem.java:174
MethodBlockListener
(RosePlugin rosePlugin)
Plugin/src/main/java/dev/rosewood/roseloot/listener/BlockListener.java:48
MethodBlockStateBlockInfo
(BlockState blockState)
Plugin/src/main/java/dev/rosewood/roseloot/util/BlockInfo.java:58
MethodBlockTrackerNaturalBlockCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/hook/conditions/BlockTrackerNaturalBlockCondition.java:12
MethodBlockTypeCondition
(String tag)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/tags/BlockTypeCondition.java:16
MethodBlocksAttacksComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BlocksAttacksComponent.java:33
MethodBlocksAttacksComponent
(ConfigurationSection section)
Component/v1_21_7/src/main/java/dev/rosewood/roseloot/loot/item/component/v1_21_7/BlocksAttacksComponent.java:33
MethodBookItemLootMeta
(ConfigurationSection section)
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/meta/BookItemLootMeta.java:20
MethodBooleanLootCondition
(String tag, Predicate<LootContext> predicate)
Plugin/src/main/java/dev/rosewood/roseloot/loot/condition/BooleanLootCondition.java:10
MethodBreakBlockLootItem
(RelativeTo relativeTo, NumberProvider xOffset, NumberProvider yOffset, NumberProvider zOffset, boolean breakA
Plugin/src/main/java/dev/rosewood/roseloot/loot/item/BreakBlockLootItem.java:37
MethodBreakSoundComponent
(ConfigurationSection section)
Component/Common/src/main/java/dev/rosewood/roseloot/loot/item/component/common/stable/BreakSoundComponent.java:15
MethodBuilder
(LootContextParam<T> param)
Plugin/src/main/java/dev/rosewood/roseloot/loot/context/LootContextParams.java:98
MethodBuilder
(double luck)
Plugin/src/main/java/dev/rosewood/roseloot/loot/context/LootContext.java:296
← previousnext →301–400 of 1,460, ranked by callers