com.neeve.stats
Class CharGauge
java.lang.Object
com.neeve.stats.AbstractGauge
com.neeve.stats.CharGauge
- All Implemented Interfaces:
- IStats.Gauge
public abstract class CharGauge
- extends AbstractGauge
Base class for char IStats.Gauge
implementations.
Methods inherited from class com.neeve.stats.AbstractGauge |
get, getBooleanValue, getByteValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getNameAsRaw, getShortValue, getStringValue, getType |
CharGauge
public CharGauge(String name)
- Parameters:
name
- The name of the IStats.Gauge
.
getCharValue
public abstract char getCharValue()
- Description copied from interface:
IStats.Gauge
- Gets the current value for a
IStats.Gauge.Type.Char
Gauge.
- Specified by:
getCharValue
in interface IStats.Gauge
- Overrides:
getCharValue
in class AbstractGauge
- Returns:
- The current value for a
IStats.Gauge.Type.Char
Gauge.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.