Skip to content
Jamie Mansfield edited this page Nov 3, 2015 · 9 revisions

Keys are a unique identifier for accessing meta from a ValueHolder.

int time = holder.get(Keys.TIME).get();

The above above example shows an example of using ValueHolders, something of which is covered elsewhere.

Clone this wiki locally