MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / getItemDataMap

Method getItemDataMap

src/main/java/emu/grasscutter/data/GameData.java:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 }
172
173 public static Int2ObjectMap<ItemData> getItemDataMap() {
174 return itemDataMap;
175 }
176
177 public static Int2ObjectMap<AvatarSkillDepotData> getAvatarSkillDepotDataMap() {
178 return avatarSkillDepotDataMap;

Callers 15

processDropMethod · 0.95
takeRewardMethod · 0.95
getAsItemMethod · 0.95
handlePlayerCookReqMethod · 0.95
useItemMethod · 0.95
arrestSmallCreatureMethod · 0.95
generateElemBallMethod · 0.95
obtainItemsMethod · 0.95
cancelForgeMethod · 0.95
onDeforestationInvokeMethod · 0.95
addItemEntityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected