HudComponent

public enum HudComponent

Component for tracking hud state. Attach this component to entities that need to track hud data.

java.lang.Object > HudComponent

Field Summary

No fields documented.

Method Detail

HudComponent

public private HudComponent (final int value)

Method HudComponent.

Parameters:
final int value

getValue

public int getValue ()

Method getValue.

fromValue

static HudComponent fromValue (final int value)

Method fromValue.

Parameters:
final int value