Package net.minecraft.client.toast
Enum SystemToast.Type
- All Implemented Interfaces:
Serializable
,Comparable<SystemToast.Type>
,java.lang.constant.Constable
- Enclosing class:
- SystemToast
@Environment(CLIENT) public static enum SystemToast.Type extends Enum<SystemToast.Type>
- Mappings:
Namespace Name official dta$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
Enum Constants Enum Constant Description NARRATOR_TOGGLE
PACK_COPY_FAILURE
PACK_LOAD_FAILURE
TUTORIAL_HINT
WORLD_ACCESS_FAILURE
WORLD_BACKUP
WORLD_GEN_SETTINGS_TRANSFER
-
Constructor Summary
Constructors Modifier Constructor Description private
Type()
-
Method Summary
Modifier and Type Method Description static SystemToast.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemToast.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TUTORIAL_HINT
- Mappings:
Namespace Name Mixin selector official a
Ldta$a;a:Ldta$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
Ldta$a;b:Ldta$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
Ldta$a;c:Ldta$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;
-
WORLD_GEN_SETTINGS_TRANSFER
- Mappings:
Namespace Name Mixin selector official d
Ldta$a;d:Ldta$a;
intermediary field_25039
Lnet/minecraft/class_370$class_371;field_25039:Lnet/minecraft/class_370$class_371;
named WORLD_GEN_SETTINGS_TRANSFER
Lnet/minecraft/client/toast/SystemToast$Type;WORLD_GEN_SETTINGS_TRANSFER:Lnet/minecraft/client/toast/SystemToast$Type;
-
PACK_LOAD_FAILURE
- Mappings:
Namespace Name Mixin selector official e
Ldta$a;e:Ldta$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 f
Ldta$a;f:Ldta$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 g
Ldta$a;g:Ldta$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;
-
-
Constructor Details
-
Type
private Type()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-