Uses of Class
net.minecraft.class_11306
Packages that use class_11306
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11306 in net.minecraft
Methods in net.minecraft that return class_11306Modifier and TypeMethodDescriptionclass_11306.clone()static class_11306class_11306.method_71182(int int2) -
Uses of class_11306 in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type class_11306Modifier and TypeFieldDescriptionprivate List<class_11306> RealmsServer.field_60203RealmsServer.slotsMethods in net.minecraft.client.realms.dto that return types with arguments of type class_11306Modifier and TypeMethodDescriptionRealmsServer.cloneSlots(Map<Integer, class_11306> slots) private static List<class_11306> RealmsServer.getEmptySlots()Method parameters in net.minecraft.client.realms.dto with type arguments of type class_11306 -
Uses of class_11306 in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as class_11306Methods in net.minecraft.client.realms.gui.screen with parameters of type class_11306Modifier and TypeMethodDescriptionvoidRealmsConfigureWorldScreen.saveSlotSettings(class_11306 class_11306) Constructors in net.minecraft.client.realms.gui.screen with parameters of type class_11306ModifierConstructorDescriptionRealmsSlotOptionsScreen(RealmsConfigureWorldScreen parent, class_11306 class_11306, RealmsServer.WorldType worldType, int activeSlot) -
Uses of class_11306 in net.minecraft.client.realms.util
Fields in net.minecraft.client.realms.util declared as class_11306Constructors in net.minecraft.client.realms.util with parameters of type class_11306ModifierConstructorDescriptionRealmsUploader(Path directory, class_11306 options, Session session, long worldId, UploadProgressTracker uploadProgressTracker)