Return the amount of time this entity should stay in a portal before being transported.
()
| 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. |