public class ValueStore implements Component
Class ValueStore. Provides valuestore functionality for the Hytale server.
java.lang.Object > ValueStore
Field Summary
No fields documented.
Method Detail
getComponentType
public
ValueStore>
getComponentType
()
Method getComponentType.
ValueStore
public
private
ValueStore
(final int stringCount, final int intCount, final int doubleCount)
Method ValueStore.
- Parameters:
final intstringCountfinal intintCountfinal intdoubleCount
readString
public
String
readString
(final int slot)
Method readString.
- Parameters:
final intslot
storeString
public
void
storeString
(final int slot, final String value)
Method storeString.
- Parameters:
final intslotfinal Stringvalue
readInt
public
int
readInt
(final int slot)
Method readInt.
- Parameters:
final intslot
storeInt
public
void
storeInt
(final int slot, final int value)
Method storeInt.
- Parameters:
final intslotfinal intvalue
readDouble
public
double
readDouble
(final int slot)
Method readDouble.
- Parameters:
final intslot
storeDouble
public
void
storeDouble
(final int slot, final double value)
Method storeDouble.
- Parameters:
final intslotfinal doublevalue
Builder
public
public
Builder
()
Method Builder.
getStringSlot
public
int
getStringSlot
(final String name)
Method getStringSlot.
- Parameters:
final Stringname
getIntSlot
public
int
getIntSlot
(final String name)
Method getIntSlot.
- Parameters:
final Stringname
getDoubleSlot
public
int
getDoubleSlot
(final String name)
Method getDoubleSlot.
- Parameters:
final Stringname
Type
public
private
Type
(final String description)
Method Type.
- Parameters:
final Stringdescription
get
public
String
get
()
Method get.