Interface PlayerModule
- All Superinterfaces:
Comparable<Module>,LostAndFoundFormattable,Module
- All Known Subinterfaces:
JsonPlayerModule<T>,StatefulPlayerModule<T>
- All Known Implementing Classes:
GameModeModule,InventoryModule,InventoryModule_SV1,ShoulderEntityModule,StatusModule,StatusModule_SV1
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringcategory()voidload(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) default voidloadWithContext(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) voidsave(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) default voidsaveWithContext(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) default StringMethods inherited from interface net.thomilist.dimensionalinventories.module.base.Module
compareTo, description, groupId, latestStorageVersion, moduleId, moduleVersion, registerCommands, storageVersions, toFormatted
-
Method Details
-
load
-
save
-
category
-
toLostAndFoundScopeString
- Specified by:
toLostAndFoundScopeStringin interfaceLostAndFoundFormattable- Specified by:
toLostAndFoundScopeStringin interfaceModule
-
loadWithContext
default void loadWithContext(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool) -
saveWithContext
default void saveWithContext(net.minecraft.server.network.ServerPlayerEntity player, DimensionPool dimensionPool)
-