MCPcopy Create free account

hub / github.com/Athlaeos/ValhallaMMO / functions

Functions8,583 in github.com/Athlaeos/ValhallaMMO

↓ 9 callersMethodgetEXP
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:62
↓ 9 callersMethodgetEnchantmentBonus
(EnchantmentClassification e)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/implementations/EnchantingProfile.java:66
↓ 9 callersMethodgetFloats
()
core/src/main/java/me/athlaeos/valhallammo/parties/Party.java:41
↓ 9 callersMethodgetFormat
(Class<? extends Profile> type, String stat)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:492
↓ 9 callersMethodgetId
()
core/src/main/java/me/athlaeos/valhallammo/gui/implementations/loottablecategories/TableCategory.java:37
↓ 9 callersMethodgetItem
(String type)
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:1097
↓ 9 callersMethodgetLastDamageCause
(LivingEntity e)
core/src/main/java/me/athlaeos/valhallammo/listeners/EntityDamagedListener.java:286
↓ 9 callersMethodgetLevel
()
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/implementations/crafting_conditionals/SmithingTagsLevelRequirement.java:201
↓ 9 callersMethodgetMatchingClass
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/item/MaterialClass.java:74
↓ 9 callersMethodgetMaxLevel
()
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:954
↓ 9 callersMethodgetPerks
()
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:994
↓ 9 callersMethodgetPermanentlyUnlockedPerks
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/implementations/PowerProfile.java:676
↓ 9 callersMethodgetPersistence
Grabs the persistence implementation used. By default, this may be {@link SQL} or {@link SQLite} If a SQL connection could not be made, SQLite is atte
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileRegistry.java:130
↓ 9 callersMethodgetProcessedItem
(String id)
core/src/main/java/me/athlaeos/valhallammo/item/CustomItemRegistry.java:41
↓ 9 callersMethodgetQuality
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/item/SmithingItemPropertyManager.java:233
↓ 9 callersMethodgetQuantityMaxFortuneBase
()
core/src/main/java/me/athlaeos/valhallammo/loot/LootEntry.java:43
↓ 9 callersMethodgetRegisteredSets
()
core/src/main/java/me/athlaeos/valhallammo/item/ArmorSetRegistry.java:42
↓ 9 callersMethodgetTags
(ItemMeta i)
core/src/main/java/me/athlaeos/valhallammo/item/SmithingItemPropertyManager.java:124
↓ 9 callersMethodgetTotalIntStat
Gathers the total value of the given Integer type stat. Considers the level of the party, the party's exclusive stats, and the default value of the st
core/src/main/java/me/athlaeos/valhallammo/parties/PartyManager.java:594
↓ 9 callersMethodhasCustomDurability
@param meta the item meta to check if it has custom durability @return true if it has custom durability, false otherwise
core/src/main/java/me/athlaeos/valhallammo/item/CustomDurabilityManager.java:137
↓ 9 callersMethodhasLore
()
core/src/main/java/me/athlaeos/valhallammo/item/MetaHandler.java:11
↓ 9 callersMethodicon
(String name, String source, ItemStack base, List<DynamicItemModifier> modifiers, boolean recipes)
core/src/main/java/me/athlaeos/valhallammo/gui/implementations/DynamicModifierMenu.java:291
↓ 9 callersMethodimmuneable
()
core/src/main/java/me/athlaeos/valhallammo/dom/CustomDamageType.java:178
↓ 9 callersMethodisDummy
(LivingEntity stand)
core/src/main/java/me/athlaeos/valhallammo/entities/Dummy.java:35
↓ 9 callersMethodisItemSharingEnabled
()
core/src/main/java/me/athlaeos/valhallammo/parties/Party.java:39
↓ 9 callersMethodisPersistent
()
core/src/main/java/me/athlaeos/valhallammo/skills/perk_rewards/PerkReward.java:24
↓ 9 callersMethodmultiplyItems
Multiplies the given item quantities by a multiplier. @param items the items the block dropped, and multiplied @param multiplier the multiplier for th
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:1016
↓ 9 callersMethodparseRand
(String expression)
core/src/main/java/me/athlaeos/valhallammo/entities/MonsterScalingManager.java:285
↓ 9 callersMethodregisterCategory
(TableCategory category)
core/src/main/java/me/athlaeos/valhallammo/gui/implementations/LootTableOverviewMenu.java:50
↓ 9 callersMethodreload
()
core/src/main/java/me/athlaeos/valhallammo/configuration/Config.java:49
↓ 9 callersMethodremoveAttribute
(LivingEntity e, String identifier, Attribute type)
v1_21_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_21_R1.java:377
↓ 9 callersMethodresetReplacementTableCache
()
core/src/main/java/me/athlaeos/valhallammo/loot/LootTableRegistry.java:339
↓ 9 callersMethodsetCanAlwaysEat
(boolean canAlwaysEat)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/implementations/food/MakeEdible.java:104
↓ 9 callersMethodsetChangesMade
()
core/src/main/java/me/athlaeos/valhallammo/crafting/CustomRecipeRegistry.java:317
↓ 9 callersMethodsetHideTooltip
(ItemMeta meta, boolean hideToolTip)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:59
↓ 9 callersMethodsetMaxStackSize
(ItemMeta meta, int stackSize)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:56
↓ 9 callersMethodsetMetaNoClone
(ItemStack i, ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:375
↓ 9 callersMethodsetModifiers
(List<DynamicItemModifier> modifiers)
core/src/main/java/me/athlaeos/valhallammo/loot/LootEntry.java:59
↓ 8 callersMethodaddAttribute
(LivingEntity e, String identifier, Attribute type, double amount, AttributeModifier.Operation operation)
v1_21_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_21_R1.java:350
↓ 8 callersMethodaddEXP
(Player p, double amount, boolean silent, PlayerSkillExperienceGainEvent.ExperienceGainReason reason)
core/src/main/java/me/athlaeos/valhallammo/skills/skills/implementations/FarmingSkill.java:452
↓ 8 callersMethodaddPermanentEffectCooldown
(String trigger, EffectTrigger.CooldownProperties properties)
core/src/main/java/me/athlaeos/valhallammo/playerstats/EntityProperties.java:112
↓ 8 callersMethodaddPreparedLuck
(Block b, double luck)
core/src/main/java/me/athlaeos/valhallammo/listeners/LootListener.java:940
↓ 8 callersMethodcalculateClickEvent
(InventoryClickEvent e, int maxAmount, Integer... slotsToCover)
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:693
↓ 8 callersMethoddUp
(int duration)
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectRegistry.java:893
↓ 8 callersMethodgetAttributeValue
(LivingEntity e, String identifier, Attribute type)
v1_21_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_21_R1.java:365
↓ 8 callersMethodgetBlocksAndItems
()
core/src/main/java/me/athlaeos/valhallammo/event/PlayerBlocksDropItemsEvent.java:26
↓ 8 callersMethodgetBoolStat
Gathers the value of the given Boolean type stat. Considers the level of the party, the party's exclusive stats, and the default value of the stat. An
core/src/main/java/me/athlaeos/valhallammo/parties/PartyManager.java:613
↓ 8 callersMethodgetChunkEXPNerf
(Chunk chunk, Player player, String key)
core/src/main/java/me/athlaeos/valhallammo/skills/ChunkEXPNerf.java:25
↓ 8 callersMethodgetEmbeddedTools
Collects all embedded tools from the given meta. An embedded tool can either be a plain Material or a full ItemStack @param m the meta from which to g
core/src/main/java/me/athlaeos/valhallammo/item/MiningSpeed.java:270
↓ 8 callersMethodgetExp
()
core/src/main/java/me/athlaeos/valhallammo/parties/Party.java:35
↓ 8 callersMethodgetHardCodedIndicatorIcon
()
core/src/main/java/me/athlaeos/valhallammo/dom/CustomDamageType.java:148
↓ 8 callersMethodgetKey
()
core/src/main/java/me/athlaeos/valhallammo/loot/LootTable.java:24
↓ 8 callersMethodgetLocation
()
core/src/main/java/me/athlaeos/valhallammo/item/throwable_weapon_animations/ThrownItem.java:108
↓ 8 callersMethodgetOperation
()
core/src/main/java/me/athlaeos/valhallammo/item/item_attributes/AttributeWrapper.java:115
↓ 8 callersMethodgetPermanentPotionEffects
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/item/PermanentPotionEffects.java:97
↓ 8 callersMethodgetRecipe
()
core/src/main/java/me/athlaeos/valhallammo/listeners/ImmersiveRecipeListener.java:261
↓ 8 callersMethodgetReplacementPools
()
core/src/main/java/me/athlaeos/valhallammo/loot/ReplacementTable.java:21
↓ 8 callersMethodgetResultModifiers
()
core/src/main/java/me/athlaeos/valhallammo/gui/SetModifiersMenu.java:10
↓ 8 callersMethodgetSources
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/AccumulativeStatManager.java:33
↓ 8 callersMethodgetSpawnReason
(Entity e)
core/src/main/java/me/athlaeos/valhallammo/listeners/EntitySpawnListener.java:118
↓ 8 callersMethodgetTimeToCraft
()
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/ImmersiveCraftingRecipe.java:47
↓ 8 callersMethodgetToolID
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/crafting/ToolRequirementType.java:34
↓ 8 callersMethodgetVersion
()
core/src/main/java/me/athlaeos/valhallammo/resourcepack/ResourcePack.java:81
↓ 8 callersMethodhasAttribute
(LivingEntity e, String identifier, Attribute type)
v1_21_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_21_R1.java:359
↓ 8 callersMethodisActive
Returns true if the given effect is active (duration left > 0) @param buff the name of the effect @return true if active, false if not
core/src/main/java/me/athlaeos/valhallammo/utility/GlobalEffect.java:240
↓ 8 callersMethodisHiddenFromBook
()
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/ValhallaKeyedRecipe.java:9
↓ 8 callersMethodloadConfiguration
()
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:78
↓ 8 callersMethodonBlockDestruction
Handles the loot following the destruction of a block and prepares them for dropping. Placed blocks will not drop special loot tables. @param b the bl
core/src/main/java/me/athlaeos/valhallammo/listeners/LootListener.java:424
↓ 8 callersMethodprepareBlockDrops
(Block b, ItemStack... items)
core/src/main/java/me/athlaeos/valhallammo/listeners/LootListener.java:992
↓ 8 callersMethodresetCache
(UUID uuid)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileCache.java:17
↓ 8 callersMethodsetActualStoredEffects
Sets the given effects to the item as actualized effects. All effects will have {@link PotionEffectWrapper#onApply(ItemBuilder)} executed, all other r
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectRegistry.java:418
↓ 8 callersMethodsetCameraOverlay
(String cameraOverlay)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/implementations/item_misc/Equippable.java:183
↓ 8 callersMethodsetConstant
(String nam, double val)
core/src/main/java/me/athlaeos/valhallammo/utility/MathEval.java:163
↓ 8 callersMethodsetInstantPickup
(Block b, Player who)
core/src/main/java/me/athlaeos/valhallammo/listeners/LootListener.java:978
↓ 8 callersMethodsetItemModel
(ItemMeta meta, String model)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:81
↓ 8 callersMethodsetLevel
(int level)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:58
↓ 8 callersMethodsetModel
(String model)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/implementations/item_misc/ItemModel.java:113
↓ 8 callersMethodsetOwner
(Block b, UUID owner)
core/src/main/java/me/athlaeos/valhallammo/utility/BlockUtils.java:77
↓ 8 callersMethodsetSlot
(EquipmentSlot slot)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/implementations/item_misc/Equippable.java:187
↓ 8 callersMethodsetUnlockedForEveryone
(boolean unlockedForEveryone)
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/DynamicGridRecipe.java:102
↓ 8 callersMethodsetY
(int y)
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Perk.java:269
↓ 8 callersMethodshouldValidate
()
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/ModifierContext.java:47
↓ 8 callersMethodtransformExistingPoints
(Location center, double yaw, double pitch, double roll, double scale, Collection<Location> points)
core/src/main/java/me/athlaeos/valhallammo/utility/MathUtils.java:97
↓ 8 callersMethodtranslate
(ItemBuilder i)
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/DynamicSmithingRecipe.java:68
↓ 8 callersMethoduncache
(UUID uuid)
core/src/main/java/me/athlaeos/valhallammo/playerstats/AccumulativeStatManager.java:682
↓ 8 callersMethodvalidationError
()
core/src/main/java/me/athlaeos/valhallammo/crafting/blockvalidations/Validation.java:10
↓ 8 callersMethodwrite
(ChannelHandlerContext ctx, Object packet, ChannelPromise promise)
core/src/main/java/me/athlaeos/valhallammo/nms/PacketListener.java:46
↓ 7 callersMethodaddAttribute
(LivingEntity e, UUID uuid, String identifier, Attribute type, double amount, AttributeModifier.Operation oper
v1_19_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_19_R1.java:384
↓ 7 callersMethodappendFieldUnescaped
Appends a field to the object. @param key The key of the field. @param escapedValue The escaped value of the field.
core/src/main/java/me/athlaeos/valhallammo/Metrics.java:762
↓ 7 callersMethodbadUsage
(CommandSender sender, String usage)
core/src/main/java/me/athlaeos/valhallammo/commands/PartyCommand.java:22
↓ 7 callersMethodcreateModifier
(String name)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/ModifierRegistry.java:219
↓ 7 callersMethoddamage
(LivingEntity entity, double amount, String type, boolean ignoreImmunity)
core/src/main/java/me/athlaeos/valhallammo/utility/EntityUtils.java:427
↓ 7 callersMethoddeserialize
(String data)
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:807
↓ 7 callersMethodendEXPBatch
(Player p)
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:574
↓ 7 callersMethodexecute
(Block b)
core/src/main/java/me/athlaeos/valhallammo/crafting/blockvalidations/Validation.java:13
↓ 7 callersMethodgetAttributeValue
(LivingEntity e, UUID uuid, String identifier, Attribute type)
v1_19_R1/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_19_R1.java:397
↓ 7 callersMethodgetBlankProfile
(Player player)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:330
↓ 7 callersMethodgetCauldronContents
Returns the contents of the cauldron @param cauldron the cauldron to return the contents from @return the contents of the cauldron, or an empty list i
core/src/main/java/me/athlaeos/valhallammo/listeners/CauldronCraftingListener.java:361
↓ 7 callersMethodgetCharges
()
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectWrapper.java:68
↓ 7 callersMethodgetConnection
()
core/src/main/java/me/athlaeos/valhallammo/persistence/ProfilePersistence.java:304
← previousnext →501–600 of 8,583, ranked by callers