Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Athlaeos/ValhallaMMO
/ functions
Functions
8,583 in github.com/Athlaeos/ValhallaMMO
⨍
Functions
8,583
◇
Types & classes
927
↓ 30 callers
Method
getPotionEffectType
(PotionEffectMappings mappedTo)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:65
↓ 30 callers
Method
getSkillProfile
(Player p, Class<P> type)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileRegistry.java:189
↓ 30 callers
Method
getType
()
core/src/main/java/me/athlaeos/valhallammo/persistence/implementations/SQL.java:70
↓ 30 callers
Method
getValue
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:444
↓ 30 callers
Method
isUsingPaperMC
()
core/src/main/java/me/athlaeos/valhallammo/ValhallaMMO.java:485
↓ 30 callers
Method
randomAverage
Returns an integer based on the chance given, but always between this chance rounded down and the chance rounded up. Example: a chance of 3.4 will alw
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:90
↓ 30 callers
Method
setFunctionHandler
(String nam, FunctionHandler hdl)
core/src/main/java/me/athlaeos/valhallammo/utility/MathEval.java:186
↓ 30 callers
Method
setPersistentProfile
Sets a profile as the player's persistent profile. Persistent profiles are profiles that are persisted regularly and on leaving the server and so shou
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileRegistry.java:160
↓ 29 callers
Method
getMatchingClass
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/item/EquipmentClass.java:58
↓ 28 callers
Method
crafter
(Player crafter)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/ModifierContext.java:60
↓ 28 callers
Method
getActiveDescription
()
core/src/main/java/me/athlaeos/valhallammo/loot/predicates/LootPredicate.java:24
↓ 28 callers
Method
getEffect
()
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectWrapper.java:60
↓ 28 callers
Method
getLore
(ItemStack i)
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:513
↓ 28 callers
Method
getMembers
()
core/src/main/java/me/athlaeos/valhallammo/parties/Party.java:34
↓ 28 callers
Method
getStoredEffects
Fetches all stored effects from an item @param meta the item to fetch its effects from @param def if the item's default (true) effects should be fetch
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectRegistry.java:368
↓ 28 callers
Method
getValidation
(String id)
core/src/main/java/me/athlaeos/valhallammo/crafting/blockvalidations/ValidationRegistry.java:74
↓ 28 callers
Method
modify
Modifies a modification context based on the given dynamic item modifiers. <br> If an item is flagged with {@link CustomFlag#UNCRAFTABLE} by one of th
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/DynamicItemModifier.java:92
↓ 27 callers
Method
getDescription
()
core/src/main/java/me/athlaeos/valhallammo/commands/Command.java:10
↓ 27 callers
Method
getEffectName
()
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectWrapper.java:73
↓ 27 callers
Method
getPreviousMenu
()
core/src/main/java/me/athlaeos/valhallammo/gui/PlayerMenuUtility.java:22
↓ 27 callers
Method
getTrigger
(String id)
core/src/main/java/me/athlaeos/valhallammo/potioneffects/effect_triggers/EffectTriggerRegistry.java:119
↓ 27 callers
Method
getValue
(LivingEntity entity, String statPenalty, ItemBuilder item, Map<String, AttributeWrapper> wrappers, String att
core/src/main/java/me/athlaeos/valhallammo/utility/EntityUtils.java:290
↓ 27 callers
Method
isUnlockedForEveryone
@return Whether this recipe should be accessible to everyone
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/ValhallaRecipe.java:14
↓ 27 callers
Method
setOption
(IngredientChoice option)
core/src/main/java/me/athlaeos/valhallammo/crafting/ingredientconfiguration/SlotEntry.java:32
↓ 27 callers
Method
setTool
(ItemBuilder meta, float miningSpeed, boolean canDestroyInCreative)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:89
↓ 26 callers
Method
build
Builds the JSON string and invalidates this builder. @return The built JSON string.
core/src/main/java/me/athlaeos/valhallammo/Metrics.java:781
↓ 26 callers
Method
failedRecipe
(ItemBuilder i, String message)
core/src/main/java/me/athlaeos/valhallammo/crafting/dynamicitemmodifiers/DynamicItemModifier.java:75
↓ 26 callers
Method
getReplacement
(ReplacementTable table, LootContext context, LootTable.LootType type, ItemStack toReplace)
core/src/main/java/me/athlaeos/valhallammo/loot/LootTableRegistry.java:189
↓ 26 callers
Method
getWrapper
()
core/src/main/java/me/athlaeos/valhallammo/potioneffects/CustomPotionEffect.java:36
↓ 26 callers
Method
oldOrNew
@return the 'o' value if below version 1.20.5, or n if at or above it.
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:428
↓ 25 callers
Method
getBlockType
(Block b)
core/src/main/java/me/athlaeos/valhallammo/utility/BlockUtils.java:254
↓ 25 callers
Method
getEquippable
(ItemMeta meta)
core/src/main/java/me/athlaeos/valhallammo/nms/NMS.java:84
↓ 25 callers
Method
getToolRequirement
()
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/DynamicGridRecipe.java:84
↓ 25 callers
Method
getValidations
()
core/src/main/java/me/athlaeos/valhallammo/gui/SetValidationsMenu.java:8
↓ 25 callers
Method
hasPermissionAccess
(Player p)
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:1002
↓ 25 callers
Method
matches
@return True if the required ingredient (i1) matches the grid ItemStack (i2)
core/src/main/java/me/athlaeos/valhallammo/crafting/ingredientconfiguration/IngredientChoice.java:16
↓ 25 callers
Method
save
(String name)
core/src/main/java/me/athlaeos/valhallammo/ValhallaMMO.java:398
↓ 25 callers
Method
setStringSet
(String stat, Collection<String> value)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:199
↓ 25 callers
Method
type
(Material type)
core/src/main/java/me/athlaeos/valhallammo/item/ItemBuilder.java:56
↓ 24 callers
Method
getAmplifier
()
core/src/main/java/me/athlaeos/valhallammo/potioneffects/CustomPotionEffect.java:37
↓ 24 callers
Method
getId
()
core/src/main/java/me/athlaeos/valhallammo/gui/implementations/recipecategories/RecipeCategory.java:36
↓ 24 callers
Method
getLore
()
core/src/main/java/me/athlaeos/valhallammo/item/ArmorSet.java:21
↓ 24 callers
Method
getPredicates
()
core/src/main/java/me/athlaeos/valhallammo/gui/SetLootPredicatesMenu.java:10
↓ 24 callers
Method
getStringSet
(String stat)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:194
↓ 24 callers
Method
isCancelled
()
core/src/main/java/me/athlaeos/valhallammo/event/EntityStunEvent.java:23
↓ 23 callers
Method
getChoice
@return The recipechoice this ingredient should have
core/src/main/java/me/athlaeos/valhallammo/crafting/ingredientconfiguration/IngredientChoice.java:11
↓ 23 callers
Method
getDurability
Returns the item's current or max durability. Works for both vanilla and custom tools. @param item the item to get its durability from @param max whet
core/src/main/java/me/athlaeos/valhallammo/item/CustomDurabilityManager.java:120
↓ 23 callers
Method
getIngredients
()
core/src/main/java/me/athlaeos/valhallammo/gui/SetIngredientsMenu.java:10
↓ 23 callers
Method
getNumberStatProperties
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:326
↓ 23 callers
Method
getProfileType
()
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:88
↓ 23 callers
Method
getRequiredToolID
()
core/src/main/java/me/athlaeos/valhallammo/crafting/ToolRequirement.java:16
↓ 23 callers
Method
getWeight
()
core/src/main/java/me/athlaeos/valhallammo/dom/Weighted.java:4
↓ 23 callers
Method
isSimilar
This method exists purely because ther are apparently differences between Spigot and forks off it like Paper or Purpur which cause {@link ItemStack#is
core/src/main/java/me/athlaeos/valhallammo/utility/ItemUtils.java:456
↓ 23 callers
Method
isValid
(String arg)
core/src/main/java/me/athlaeos/valhallammo/potioneffects/effect_triggers/EffectTrigger.java:51
↓ 23 callers
Method
test
(LootContext context)
core/src/main/java/me/athlaeos/valhallammo/loot/predicates/implementations/DayFilter.java:65
↓ 23 callers
Method
toTimeStamp
returns a timestamp based on the base amount of x in a second @param ticks ticks @param base base to represent a second (example, if 20 is 1 second gi
core/src/main/java/me/athlaeos/valhallammo/utility/StringUtils.java:63
↓ 22 callers
Method
build
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/StatCollectorBuilder.java:11
↓ 22 callers
Method
getCause
Gets the cause why the effect has changed. @return A Cause value why the effect has changed.
core/src/main/java/me/athlaeos/valhallammo/event/EntityCustomPotionEffectEvent.java:56
↓ 22 callers
Method
getDuration
Returns the remaining duration of the given effect If not active, duration is 0 @param buff the name of the effect @return the remaining duration (in
core/src/main/java/me/athlaeos/valhallammo/utility/GlobalEffect.java:254
↓ 22 callers
Method
getEffect
(String effect)
core/src/main/java/me/athlaeos/valhallammo/version/PotionEffectMappings.java:75
↓ 22 callers
Method
getNewEffect
()
core/src/main/java/me/athlaeos/valhallammo/version/PotionEffectMappings.java:88
↓ 22 callers
Method
logInfo
(String message)
core/src/main/java/me/athlaeos/valhallammo/ValhallaMMO.java:433
↓ 22 callers
Method
paginate
(int pageSize, List<T> allEntries)
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:344
↓ 22 callers
Method
proc
Randomly spits out true or false based on chance. <br> This method assumes a <i>true</i> outcome has a positive effect.<br> If custom_luck is enabled
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:111
↓ 22 callers
Method
register
(Animation animation)
core/src/main/java/me/athlaeos/valhallammo/animations/AnimationRegistry.java:58
↓ 22 callers
Method
registerCommand
(CommandExecutor command, String cmd)
core/src/main/java/me/athlaeos/valhallammo/ValhallaMMO.java:387
↓ 22 callers
Method
setType
(Skill type)
core/src/main/java/me/athlaeos/valhallammo/skills/skills/Skill.java:682
↓ 22 callers
Method
uncacheProfile
(Player player, Class<? extends Profile> type)
core/src/main/java/me/athlaeos/valhallammo/playerstats/AccumulativeStatManager.java:709
↓ 21 callers
Method
amount
(int amount)
core/src/main/java/me/athlaeos/valhallammo/item/ItemBuilder.java:182
↓ 21 callers
Method
animate
(LivingEntity entity, Location location, Vector direction, int tick)
core/src/main/java/me/athlaeos/valhallammo/animations/Animation.java:19
↓ 21 callers
Method
getHealth
()
core/src/main/java/me/athlaeos/valhallammo/block/BlockDigProcess.java:134
↓ 21 callers
Method
getLeader
()
core/src/main/java/me/athlaeos/valhallammo/parties/Party.java:33
↓ 21 callers
Method
getSkillType
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/Profile.java:97
↓ 20 callers
Method
color
(Color color)
core/src/main/java/me/athlaeos/valhallammo/item/ItemBuilder.java:197
↓ 20 callers
Method
getRegisteredProfiles
Returns a map with all the registered profiles. Modifying this map will not remove or create any new registered profile types. Registering profile typ
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileRegistry.java:206
↓ 20 callers
Method
getTagLore
(Integer i)
core/src/main/java/me/athlaeos/valhallammo/item/SmithingItemPropertyManager.java:184
↓ 20 callers
Method
getTinkerInput
()
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/ImmersiveCraftingRecipe.java:44
↓ 20 callers
Method
getToolRequirementType
()
core/src/main/java/me/athlaeos/valhallammo/crafting/ToolRequirement.java:20
↓ 20 callers
Method
registerAttributeToUpdate
(AttributeDataHolder holder)
core/src/main/java/me/athlaeos/valhallammo/entities/EntityAttributeStats.java:95
↓ 20 callers
Method
sendActionBar
(Player whomst, String message)
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:387
↓ 19 callers
Method
addEffect
Adds a new potion effect to the given entity @param e the entity @param effect the effect to add @param force true if overriding old effects, false if
core/src/main/java/me/athlaeos/valhallammo/potioneffects/PotionEffectRegistry.java:648
↓ 19 callers
Method
eval
(String expression)
core/src/main/java/me/athlaeos/valhallammo/utility/Utils.java:195
↓ 19 callers
Method
getBrewingRecipes
()
core/src/main/java/me/athlaeos/valhallammo/crafting/CustomRecipeRegistry.java:359
↓ 19 callers
Method
getHelmet
()
core/src/main/java/me/athlaeos/valhallammo/playerstats/EntityProperties.java:81
↓ 19 callers
Method
getType
()
core/src/main/java/me/athlaeos/valhallammo/block/DigPacketInfo.java:54
↓ 19 callers
Method
getType
()
core/src/main/java/me/athlaeos/valhallammo/event/EntityBleedEvent.java:49
↓ 19 callers
Method
register
(DynamicBrewingRecipe recipe, boolean overwrite)
core/src/main/java/me/athlaeos/valhallammo/crafting/CustomRecipeRegistry.java:203
↓ 19 callers
Method
registerOption
(RecipeOption c)
core/src/main/java/me/athlaeos/valhallammo/crafting/ingredientconfiguration/RecipeOptionRegistry.java:30
↓ 18 callers
Method
enchant
(Enchantment e, int level)
core/src/main/java/me/athlaeos/valhallammo/item/ItemBuilder.java:223
↓ 18 callers
Method
getBlankProfile
(Class<P> type)
core/src/main/java/me/athlaeos/valhallammo/playerstats/profiles/ProfileRegistry.java:210
↓ 18 callers
Method
getEntries
()
core/src/main/java/me/athlaeos/valhallammo/loot/LootPool.java:37
↓ 18 callers
Method
getHand
()
core/src/main/java/me/athlaeos/valhallammo/item/throwable_weapon_animations/ThrownItem.java:104
↓ 18 callers
Method
getIngredient
()
core/src/main/java/me/athlaeos/valhallammo/crafting/recipetypes/DynamicBrewingRecipe.java:39
↓ 18 callers
Method
getStats
Returns the stored stats of an item. @param meta the item meta to grab its stats from @param def should be true if you want the default stats, false i
core/src/main/java/me/athlaeos/valhallammo/item/ItemAttributesRegistry.java:345
↓ 18 callers
Method
newMappings
(EnchantmentMappings mapping)
v1_20_R4/src/main/java/me/athlaeos/valhallammo/nms/NMS_v1_20_R4.java:271
↓ 18 callers
Method
prependLore
(List<String> lore)
core/src/main/java/me/athlaeos/valhallammo/item/ItemBuilder.java:147
↓ 17 callers
Method
act
(T on)
core/src/main/java/me/athlaeos/valhallammo/dom/Action.java:4
↓ 17 callers
Method
getConnection
()
core/src/main/java/me/athlaeos/valhallammo/persistence/Database.java:6
↓ 17 callers
Method
getCookingRecipes
()
core/src/main/java/me/athlaeos/valhallammo/crafting/CustomRecipeRegistry.java:367
↓ 17 callers
Method
getPredicateSelection
()
core/src/main/java/me/athlaeos/valhallammo/loot/LootPool.java:45
← previous
next →
201–300 of 8,583, ranked by callers