Return the amount of cooldown before this entity can use a portal again.
()
| 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 |
no outgoing calls
no test coverage detected