Class GameModeModule
java.lang.Object
net.thomilist.dimensionalinventories.module.base.ModuleBase
net.thomilist.dimensionalinventories.module.builtin.gamemode.GameModeModule
- All Implemented Interfaces:
Comparable<Module>, LostAndFoundFormattable, Module, PlayerModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(net.minecraft.server.level.ServerPlayer player, DimensionPool dimensionPool) voidsave(net.minecraft.server.level.ServerPlayer player, DimensionPool dimensionPool) Methods inherited from class ModuleBase
createDerived, description, groupId, moduleId, storageVersionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Module
compareTo, latestStorageVersion, moduleVersion, registerCommands, toFormattedModifier and TypeMethodDescriptiondefault intdefault StorageVersiondefault intdefault voiddefault StringMethods inherited from interface PlayerModule
category, loadWithContext, saveWithContext, toLostAndFoundScopeStringModifier and TypeMethodDescriptiondefault Stringcategory()default voidloadWithContext(net.minecraft.server.level.ServerPlayer player, DimensionPool dimensionPool) default voidsaveWithContext(net.minecraft.server.level.ServerPlayer player, DimensionPool dimensionPool) default String
-
Constructor Details
-
GameModeModule
-
-
Method Details
-
load
- Specified by:
loadin interfacePlayerModule
-
save
- Specified by:
savein interfacePlayerModule
-