Package net.minecraft.client.toast
Enum Class Toast.Visibility
- All Implemented Interfaces:
Serializable
,Comparable<Toast.Visibility>
,Constable
- Enclosing interface:
Toast
- Mappings:
Namespace Name named net/minecraft/client/toast/Toast$Visibility
intermediary net/minecraft/class_368$class_369
official fjp$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
playSound
(SoundManager soundManager) static Toast.Visibility
Returns the enum constant of this class with the specified name.static Toast.Visibility[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SHOW
- Mappings:
Namespace Name Mixin selector named SHOW
Lnet/minecraft/client/toast/Toast$Visibility;SHOW:Lnet/minecraft/client/toast/Toast$Visibility;
intermediary field_2210
Lnet/minecraft/class_368$class_369;field_2210:Lnet/minecraft/class_368$class_369;
official a
Lfjp$a;a:Lfjp$a;
-
HIDE
- Mappings:
Namespace Name Mixin selector named HIDE
Lnet/minecraft/client/toast/Toast$Visibility;HIDE:Lnet/minecraft/client/toast/Toast$Visibility;
intermediary field_2209
Lnet/minecraft/class_368$class_369;field_2209:Lnet/minecraft/class_368$class_369;
official b
Lfjp$a;b:Lfjp$a;
-
-
Field Details
-
sound
- Mappings:
Namespace Name Mixin selector named sound
Lnet/minecraft/client/toast/Toast$Visibility;sound:Lnet/minecraft/sound/SoundEvent;
intermediary field_2211
Lnet/minecraft/class_368$class_369;field_2211:Lnet/minecraft/class_3414;
official c
Lfjp$a;c:Lavz;
-
-
Constructor Details
-
Visibility
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/toast/Toast$Visibility;<init>(Ljava/lang/String;ILnet/minecraft/sound/SoundEvent;)V
intermediary <init>
Lnet/minecraft/class_368$class_369;<init>(Ljava/lang/String;ILnet/minecraft/class_3414;)V
official <init>
Lfjp$a;<init>(Ljava/lang/String;ILavz;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
playSound
- Mappings:
Namespace Name Mixin selector named playSound
Lnet/minecraft/client/toast/Toast$Visibility;playSound(Lnet/minecraft/client/sound/SoundManager;)V
intermediary method_1988
Lnet/minecraft/class_368$class_369;method_1988(Lnet/minecraft/class_1144;)V
official a
Lfjp$a;a(Lgtx;)V
-