Uses of Class
com.mojang.realmsclient.dto.RealmsSlot
Packages that use RealmsSlot
Package
Description
-
Uses of RealmsSlot in com.mojang.realmsclient.client.worldupload
Fields in com.mojang.realmsclient.client.worldupload declared as RealmsSlotConstructors in com.mojang.realmsclient.client.worldupload with parameters of type RealmsSlotModifierConstructorDescriptionRealmsWorldUpload
(Path pWorldFolder, RealmsSlot pRealmsSlot, User pUser, long pRealmId, RealmsWorldUploadStatusTracker pStatusCallback) -
Uses of RealmsSlot in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type RealmsSlotModifier and TypeFieldDescriptionprivate List
<RealmsSlot> RealmsServer.slotList
RealmsServer.slots
Methods in com.mojang.realmsclient.dto that return RealmsSlotModifier and TypeMethodDescriptionRealmsSlot.clone()
static RealmsSlot
RealmsSlot.defaults
(int pSlotId) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsSlotModifier and TypeMethodDescriptionRealmsServer.cloneSlots
(Map<Integer, RealmsSlot> pSlots) private static List
<RealmsSlot> RealmsServer.createEmptySlots()
Method parameters in com.mojang.realmsclient.dto with type arguments of type RealmsSlot -
Uses of RealmsSlot in com.mojang.realmsclient.gui.screens.configuration
Fields in com.mojang.realmsclient.gui.screens.configuration declared as RealmsSlotMethods in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsSlotModifier and TypeMethodDescriptionvoid
RealmsConfigureWorldScreen.saveSlotSettings
(RealmsSlot pSlot) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsSlotModifierConstructorDescriptionRealmsSlotOptionsScreen
(RealmsConfigureWorldScreen pParentScreen, RealmsSlot pSlot, RealmsServer.WorldType pWorldType, int pSlotIndex)