Package net.minecraft.client.toast
Enum Class SystemToast.Type
- All Implemented Interfaces:
Serializable
,Comparable<SystemToast.Type>
,Constable
- Enclosing class:
SystemToast
- Mappings:
Namespace Name official erf$a
intermediary net/minecraft/class_370$class_371
named net/minecraft/client/toast/SystemToast$Type
-
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 TypeMethodDescriptionstatic SystemToast.Type
Returns the enum constant of this class with the specified name.static SystemToast.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TUTORIAL_HINT
- Mappings:
Namespace Name Mixin selector official a
Lerf$a;a:Lerf$a;
intermediary field_2218
Lnet/minecraft/class_370$class_371;field_2218:Lnet/minecraft/class_370$class_371;
named TUTORIAL_HINT
Lnet/minecraft/client/toast/SystemToast$Type;TUTORIAL_HINT:Lnet/minecraft/client/toast/SystemToast$Type;
-
NARRATOR_TOGGLE
- Mappings:
Namespace Name Mixin selector official b
Lerf$a;b:Lerf$a;
intermediary field_2219
Lnet/minecraft/class_370$class_371;field_2219:Lnet/minecraft/class_370$class_371;
named NARRATOR_TOGGLE
Lnet/minecraft/client/toast/SystemToast$Type;NARRATOR_TOGGLE:Lnet/minecraft/client/toast/SystemToast$Type;
-
WORLD_BACKUP
- Mappings:
Namespace Name Mixin selector official c
Lerf$a;c:Lerf$a;
intermediary field_2220
Lnet/minecraft/class_370$class_371;field_2220:Lnet/minecraft/class_370$class_371;
named WORLD_BACKUP
Lnet/minecraft/client/toast/SystemToast$Type;WORLD_BACKUP:Lnet/minecraft/client/toast/SystemToast$Type;
-
PACK_LOAD_FAILURE
- Mappings:
Namespace Name Mixin selector official d
Lerf$a;d:Lerf$a;
intermediary field_21809
Lnet/minecraft/class_370$class_371;field_21809:Lnet/minecraft/class_370$class_371;
named PACK_LOAD_FAILURE
Lnet/minecraft/client/toast/SystemToast$Type;PACK_LOAD_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
-
WORLD_ACCESS_FAILURE
- Mappings:
Namespace Name Mixin selector official e
Lerf$a;e:Lerf$a;
intermediary field_23774
Lnet/minecraft/class_370$class_371;field_23774:Lnet/minecraft/class_370$class_371;
named WORLD_ACCESS_FAILURE
Lnet/minecraft/client/toast/SystemToast$Type;WORLD_ACCESS_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
-
PACK_COPY_FAILURE
- Mappings:
Namespace Name Mixin selector official f
Lerf$a;f:Lerf$a;
intermediary field_25445
Lnet/minecraft/class_370$class_371;field_25445:Lnet/minecraft/class_370$class_371;
named PACK_COPY_FAILURE
Lnet/minecraft/client/toast/SystemToast$Type;PACK_COPY_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
-
PERIODIC_NOTIFICATION
- Mappings:
Namespace Name Mixin selector official g
Lerf$a;g:Lerf$a;
intermediary field_36445
Lnet/minecraft/class_370$class_371;field_36445:Lnet/minecraft/class_370$class_371;
named PERIODIC_NOTIFICATION
Lnet/minecraft/client/toast/SystemToast$Type;PERIODIC_NOTIFICATION:Lnet/minecraft/client/toast/SystemToast$Type;
-
UNSECURE_SERVER_WARNING
- Mappings:
Namespace Name Mixin selector official h
Lerf$a;h:Lerf$a;
intermediary field_39915
Lnet/minecraft/class_370$class_371;field_39915:Lnet/minecraft/class_370$class_371;
named UNSECURE_SERVER_WARNING
Lnet/minecraft/client/toast/SystemToast$Type;UNSECURE_SERVER_WARNING:Lnet/minecraft/client/toast/SystemToast$Type;
-
-
Field Details
-
displayDuration
final long displayDuration- Mappings:
Namespace Name Mixin selector official i
Lerf$a;i:J
intermediary field_39340
Lnet/minecraft/class_370$class_371;field_39340:J
named displayDuration
Lnet/minecraft/client/toast/SystemToast$Type;displayDuration:J
-
-
Constructor Details
-
Type
private Type(long displayDuration) - Mappings:
Namespace Name Mixin selector official <init>
Lerf$a;<init>(Ljava/lang/String;IJ)V
intermediary <init>
Lnet/minecraft/class_370$class_371;<init>(Ljava/lang/String;IJ)V
named <init>
Lnet/minecraft/client/toast/SystemToast$Type;<init>(Ljava/lang/String;IJ)V
-
Type
private Type()
-
-
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
-