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

Method getName

src/main/java/net/minecraft/potion/Potion.java:265–268  ·  view source on GitHub ↗

returns the name of the potion

()

Source from the content-addressed store, hash-verified

263 * returns the name of the potion
264 */
265 public String getName()
266 {
267 return this.name;
268 }
269
270 /**
271 * Returns true if the potion has a associated status icon to display in then inventory when active.

Callers 6

getPotionNameDamageMethod · 0.95
getPotionIdMethod · 0.95
processCommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected