Skip navigation links
A C D E F G H I K M N O P R S T V W 

S

ServerDatabase - Class in com.trcgames.dbSynchronizer.database
 
ServerDatabase(String) - Constructor for class com.trcgames.dbSynchronizer.database.ServerDatabase
 
setBlockPos(String, BlockPos) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given BlockPos object using the given string key.
setBoolean(String, boolean) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given boolean value using the given string key.
setByte(String, byte) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given byte value using the given string key.
setChar(String, char) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given char value using the given string key.
setData(String, Object, String, boolean) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
DON'T USE THIS METHOD !
setDBFolder(String, DBFolder) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given DBFolder object using the given string key.
setDouble(String, double) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given double value using the given string key.
setFloat(String, float) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given float value using the given string key.
setInt(String, int) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given int value using the given string key.
setLong(String, long) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given long value using the given string key.
setShort(String, short) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given short value using the given string key.
setString(String, String) - Method in class com.trcgames.dbSynchronizer.database.DBFolder
Stores the given String object using the given string key.
A C D E F G H I K M N O P R S T V W 
Skip navigation links