public interface Tile
| Modifier and Type | Method and Description |
|---|---|
default void |
tick()
Performs the tick logic for the tile
|
void |
update(Player player)
Causes the tile to be updated to the player provided
|
Copyright © 2016. All rights reserved.