Uses of Enum Class
net.minecraft.client.option.MusicToastMode
Packages that use MusicToastMode
-
Uses of MusicToastMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type MusicToastModeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MusicToastMode> MusicToastMode.CODECprivate final SimpleOption<MusicToastMode> GameOptions.musicToastMethods in net.minecraft.client.option that return MusicToastModeModifier and TypeMethodDescriptionstatic MusicToastModeReturns the enum constant of this class with the specified name.static MusicToastMode[]MusicToastMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.option that return types with arguments of type MusicToastMode -
Uses of MusicToastMode in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type MusicToastModeModifier and TypeMethodDescriptionprivate voidToastManager.initMusicToast(MusicToastMode toastMode) voidToastManager.onMusicToastModeUpdated(MusicToastMode toastMode)