Uses of Enum Class
net.minecraft.class_11313
Packages that use class_11313
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11313 in net.minecraft
Fields in net.minecraft declared as class_11313Modifier and TypeFieldDescriptionprivate final class_11313class_11309.serviceQualityThe field for theserviceQualityrecord component.Fields in net.minecraft with type parameters of type class_11313Modifier and TypeFieldDescription(package private) final Map<class_11303, class_11313> class_11316.field_60258private final Map<class_11303, class_11313> class_11319.field_60277Methods in net.minecraft that return class_11313Modifier and TypeMethodDescriptionstatic @Nullable class_11313class_11313.method_71194(int int2) class_11313.class_11314.read(JsonReader jsonReader) class_11309.serviceQuality()Returns the value of theserviceQualityrecord component.static class_11313Returns the enum constant of this class with the specified name.static class_11313[]class_11313.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_11313Modifier and TypeMethodDescriptionvoidclass_11313.class_11314.write(JsonWriter jsonWriter, class_11313 class_11313) Method parameters in net.minecraft with type arguments of type class_11313Modifier and TypeMethodDescriptionprivate static Identifierclass_11319.method_71237(class_11319.class_11320 class_11320, Map<class_11303, class_11313> map) Constructors in net.minecraft with parameters of type class_11313Constructor parameters in net.minecraft with type arguments of type class_11313ModifierConstructorDescriptionclass_11316(Screen screen, BiConsumer<class_11310.class_11311, class_11303> biConsumer, Map<class_11303, class_11313> map, class_11319.class_11320 class_11320) (package private)class_11319(RealmsConfigureWorldScreen realmsConfigureWorldScreen, MinecraftClient minecraftClient, RealmsServer realmsServer, Map<class_11303, class_11313> map) -
Uses of class_11313 in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type class_11313Modifier and TypeFieldDescriptionprivate final Map<class_11303, class_11313> RealmsConfigureWorldScreen.field_60244