MCPcopy Create free account
hub / github.com/Maxlego08/zMenu / add

Method add

API/src/main/java/fr/maxlego08/menu/api/players/Data.java:46–46  ·  view source on GitHub ↗

Adds the specified amount to the current value. @param amount the amount to add

(int amount)

Source from the content-addressed store, hash-verified

44 * @param amount the amount to add
45 */
46 void add(int amount);
47
48 /**
49 * Removes the specified amount from the current value.

Callers 15

performMethod · 0.95
endMethod · 0.65
printSummaryMethod · 0.65
convertToIntegerListMethod · 0.65
parseMethod · 0.65
addEffectMethod · 0.65
addEffectTypeMethod · 0.65
addRendererMethod · 0.65
addCubeMethod · 0.65
getBlocksMethod · 0.65
getChunksMethod · 0.65
getPlayersMethod · 0.65

Implementers 1

ZDataHooks/MythicMobs/src/main/java/fr/maxl

Calls

no outgoing calls

Tested by

no test coverage detected