MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / of

Method of

src/main/java/com/volmit/adapt/api/data/WorldData.java:58–60  ·  view source on GitHub ↗
(World world)

Source from the content-addressed store, hash-verified

56 }
57
58 public static WorldData of(World world) {
59 return mantles.computeIfAbsent(world, WorldData::new);
60 }
61
62 public double getEarningsMultiplier(Block block) {
63 Earnings e = mantle.get(block.getX(), block.getY(), block.getZ(), Earnings.class);

Callers 15

onMethod · 0.95
onTickMethod · 0.95
onMethod · 0.95
AdaptConfigClass · 0.45
ItemListingsClass · 0.45
CraftingSkullsMethod · 0.45
CraftingBackpacksMethod · 0.45
RangedWebBombMethod · 0.45
EntityListingClass · 0.45
BlockingHorseArmorerMethod · 0.45
BlockingChainArmorerMethod · 0.45
BlockingSaddlecrafterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected