Uses of Enum Class
net.minecraft.client.realms.dto.RealmsServer.Compatibility
-
Uses of RealmsServer.Compatibility in net.minecraft.client.realms.dto
Modifier and TypeFieldDescriptionRealmsServer.compatibility
RealmsWorldOptions.compatibility
private static final RealmsServer.Compatibility
RealmsWorldOptions.DEFAULT_COMPATIBILITY
Modifier and TypeMethodDescriptionstatic RealmsServer.Compatibility
RealmsServer.getCompatibility
(@Nullable String compatibility) static RealmsServer.Compatibility
Returns 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.ModifierConstructorDescriptionRealmsWorldOptions
(boolean pvp, boolean spawnAnimals, boolean spawnMonsters, boolean spawnNpcs, int spawnProtection, boolean commandBlocks, int difficulty, int gameMode, boolean forceGameMode, String slotName, String version, RealmsServer.Compatibility compatibility) -
Uses of RealmsServer.Compatibility in net.minecraft.client.realms.gui
Modifier and TypeFieldDescription(package private) final RealmsServer.Compatibility
RealmsWorldSlotButton.State.compatibility