MaybeBool

public enum MaybeBool

Class MaybeBool. Provides maybebool functionality for the Hytale server.

java.lang.Object > MaybeBool

Field Summary

No fields documented.

Method Detail

MaybeBool

public private MaybeBool (final int value)

Method MaybeBool.

Parameters:
final int value

getValue

public int getValue ()

Method getValue.

fromValue

static MaybeBool fromValue (final int value)

Method fromValue.

Parameters:
final int value