Uses of Class
net.minecraft.client.realms.dto.RealmsSlot
Packages that use RealmsSlot
Package
Description
-
Uses of RealmsSlot in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type RealmsSlotModifier and TypeFieldDescriptionprivate List<RealmsSlot> RealmsServer.emptySlotsRealmsServer.slotsMethods in net.minecraft.client.realms.dto that return RealmsSlotModifier and TypeMethodDescriptionRealmsSlot.clone()static RealmsSlotRealmsSlot.create(int slotId) Methods in net.minecraft.client.realms.dto that return types with arguments of type RealmsSlotModifier and TypeMethodDescriptionRealmsServer.cloneSlots(Map<Integer, RealmsSlot> slots) private static List<RealmsSlot> RealmsServer.getEmptySlots()Method parameters in net.minecraft.client.realms.dto with type arguments of type RealmsSlot -
Uses of RealmsSlot in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as RealmsSlotMethods in net.minecraft.client.realms.gui.screen with parameters of type RealmsSlotModifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSlotSettings(RealmsSlot slot) Constructors in net.minecraft.client.realms.gui.screen with parameters of type RealmsSlotModifierConstructorDescriptionRealmsSlotOptionsScreen(RealmsConfigureWorldScreen parent, RealmsSlot slot, RealmsServer.WorldType worldType, int activeSlot) -
Uses of RealmsSlot in net.minecraft.client.realms.util
Fields in net.minecraft.client.realms.util declared as RealmsSlotConstructors in net.minecraft.client.realms.util with parameters of type RealmsSlotModifierConstructorDescriptionRealmsUploader(Path directory, RealmsSlot options, Session session, long worldId, UploadProgressTracker progressTracker)