Uses of Enum Class
net.minecraft.client.realms.dto.RealmsServer.Compatibility
Packages that use RealmsServer.Compatibility
Package
Description
The base package for all Minecraft classes.
-
Uses of RealmsServer.Compatibility in net.minecraft
Fields in net.minecraft declared as RealmsServer.CompatibilityModifier and TypeFieldDescriptionprivate final RealmsServer.Compatibilityclass_11308.field_60218 -
Uses of RealmsServer.Compatibility in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto declared as RealmsServer.CompatibilityMethods in net.minecraft.client.realms.dto that return RealmsServer.CompatibilityModifier and TypeMethodDescriptionstatic RealmsServer.CompatibilityReturns the enum constant of this class with the specified name.static RealmsServer.Compatibility[]RealmsServer.Compatibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.realms.dto with parameters of type RealmsServer.CompatibilityModifierConstructorDescriptionRealmsWorldOptions(boolean pvp, boolean spawnAnimals, int spawnProtection, boolean commandBlocks, int difficulty, int gameMode, boolean hardcore, String string, String string2, RealmsServer.Compatibility compatibility) -
Uses of RealmsServer.Compatibility in net.minecraft.client.realms.gui
Fields in net.minecraft.client.realms.gui declared as RealmsServer.CompatibilityModifier and TypeFieldDescription(package private) final RealmsServer.CompatibilityRealmsWorldSlotButton.State.compatibility