MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / remove

Method remove

src/main/java/net/minecraft/util/LongHashMap.java:180–184  ·  view source on GitHub ↗

calls the removeKey method and returns removed object

(long p_76159_1_)

Source from the content-addressed store, hash-verified

178 * calls the removeKey method and returns removed object
179 */
180 public V remove(long p_76159_1_)
181 {
182 LongHashMap.Entry<V> entry = this.removeKey(p_76159_1_);
183 return entry == null ? null : entry.value;
184 }
185
186 final LongHashMap.Entry<V> removeKey(long p_76152_1_)
187 {

Callers 15

displayDebugInfoMethod · 0.45
confirmClickedMethod · 0.45
mousePressedMethod · 0.45
loadSpritesMethod · 0.45
setupTerrainMethod · 0.45
cleanupDamagedBlocksMethod · 0.45
updateChunksMethod · 0.45

Calls 1

removeKeyMethod · 0.95

Tested by

no test coverage detected