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

Method getId

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

returns the ID of the potion

()

Source from the content-addressed store, hash-verified

143 * returns the ID of the potion
144 */
145 public int getId()
146 {
147 return this.id;
148 }
149
150 public void performEffect(EntityLivingBase entityLivingBaseIn, int p_76394_2_)
151 {

Callers 2

getPotionNameDamageMethod · 0.95
getPotionIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected