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.network.ServerPlayerEntity player, DimensionPool dimensionPool) voidsave(net.minecraft.server.network.ServerPlayerEntity 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, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormattedMethods inherited from interface PlayerModule
category, loadWithContext, saveWithContext, toLostAndFoundScopeString
-
Constructor Details
-
GameModeModule
-
-
Method Details
-
load
public void load(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) - Specified by:
loadin interfacePlayerModule
-
save
public void save(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) - Specified by:
savein interfacePlayerModule
-