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

Method getMaxInPortalTime

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

Return the amount of time this entity should stay in a portal before being transported.

()

Source from the content-addressed store, hash-verified

538 * Return the amount of time this entity should stay in a portal before being transported.
539 */
540 public int getMaxInPortalTime()
541 {
542 return 0;
543 }
544
545 /**
546 * Called whenever the entity is walking inside of lava.

Callers 1

onEntityUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected