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

Method getPortalCooldown

src/main/java/net/minecraft/entity/Entity.java:2142–2145  ·  view source on GitHub ↗

Return the amount of cooldown before this entity can use a portal again.

()

Source from the content-addressed store, hash-verified

2140 * Return the amount of cooldown before this entity can use a portal again.
2141 */
2142 public int getPortalCooldown()
2143 {
2144 return 300;
2145 }
2146
2147 /**
2148 * Sets the velocity to the args. Args: x, y, z

Callers 3

updateTickMethod · 0.95
onEntityUpdateMethod · 0.95
func_181015_dMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected