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 worldFolder, RealmsSlot realmsSlot, User user, long realmId, RealmsWorldUploadStatusTracker statusCallback) -
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.slotListRealmsServer.slotsMethods in com.mojang.realmsclient.dto that return RealmsSlotModifier and TypeMethodDescriptionRealmsSlot.copy()static RealmsSlotRealmsSlot.defaults(int slotId) Methods in com.mojang.realmsclient.dto that return types with arguments of type RealmsSlotModifier and TypeMethodDescriptionRealmsServer.cloneSlots(Map<Integer, RealmsSlot> slots) 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 TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSlotSettings(RealmsSlot slot) Constructors in com.mojang.realmsclient.gui.screens.configuration with parameters of type RealmsSlotModifierConstructorDescriptionRealmsSlotOptionsScreen(RealmsConfigureWorldScreen configureWorldScreen, RealmsSlot slot, RealmsServer.WorldType worldType, int activeSlot)