TileRenderer.LoadActionListener

Added in 1.0.0
Deprecated in 1.2.0

public interface TileRenderer.LoadActionListener


Listener for clicks on Clickable objects that have an Action to (re)load the contents of a tile.

Summary

Public methods

abstract void

Called when a Clickable that has a LoadAction is clicked.

Public methods

onClick

Added in 1.0.0
Deprecated in 1.2.0
abstract void onClick(@NonNull StateBuilders.State nextState)

Called when a Clickable that has a LoadAction is clicked.

Parameters
@NonNull StateBuilders.State nextState

The state that the next tile should be in.