Class StatusModule
java.lang.Object
net.thomilist.dimensionalinventories.module.base.ModuleBase
net.thomilist.dimensionalinventories.module.builtin.status.StatusModule
- All Implemented Interfaces:
Comparable<Module>,LostAndFoundFormattable,JsonModule<StatusModuleState>,Module,JsonPlayerModule<StatusModuleState>,PlayerModule,StatefulPlayerModule<StatusModuleState>,StatefulModule<StatusModuleState>
-
Field Summary
Fields inherited from interface net.thomilist.dimensionalinventories.module.base.JsonModule
GSON_BUILDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.Gsongson()newInstance(net.minecraft.server.network.ServerPlayerEntity player) state()Methods inherited from class net.thomilist.dimensionalinventories.module.base.ModuleBase
createDerived, description, groupId, moduleId, storageVersionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thomilist.dimensionalinventories.module.base.JsonModule
load, loadAsCurrentVersion, loadFromJsonString, loadVersionedData, save, saveFileNameMethods inherited from interface net.thomilist.dimensionalinventories.module.base.player.JsonPlayerModule
load, noSuchFileWarning, save, saveFileMethods inherited from interface net.thomilist.dimensionalinventories.module.base.Module
compareTo, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormattedMethods inherited from interface net.thomilist.dimensionalinventories.module.base.player.PlayerModule
category, loadWithContext, saveWithContext, toLostAndFoundScopeStringMethods inherited from interface net.thomilist.dimensionalinventories.module.base.player.StatefulPlayerModule
saveDirectory
-
Constructor Details
-
StatusModule
-
-
Method Details
-
newInstance
- Specified by:
newInstancein interfaceStatefulPlayerModule<StatusModuleState>
-
state
- Specified by:
statein interfaceStatefulModule<StatusModuleState>
-
defaultState
- Specified by:
defaultStatein interfaceStatefulModule<StatusModuleState>
-
gson
public com.google.gson.Gson gson()- Specified by:
gsonin interfaceJsonModule<StatusModuleState>
-