Package net.minecraft.client.toast
Enum Class TutorialToast.Type
- All Implemented Interfaces:
Serializable
,Comparable<TutorialToast.Type>
,Constable
- Enclosing class:
TutorialToast
- Mappings:
Namespace Name named net/minecraft/client/toast/TutorialToast$Type
intermediary net/minecraft/class_372$class_373
official fqr$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawIcon
(DrawContext drawContext, int x, int y) static TutorialToast.Type
Returns the enum constant of this class with the specified name.static TutorialToast.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MOVEMENT_KEYS
- Mappings:
Namespace Name Mixin selector named MOVEMENT_KEYS
Lnet/minecraft/client/toast/TutorialToast$Type;MOVEMENT_KEYS:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_2230
Lnet/minecraft/class_372$class_373;field_2230:Lnet/minecraft/class_372$class_373;
official a
Lfqr$a;a:Lfqr$a;
-
MOUSE
- Mappings:
Namespace Name Mixin selector named MOUSE
Lnet/minecraft/client/toast/TutorialToast$Type;MOUSE:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_2237
Lnet/minecraft/class_372$class_373;field_2237:Lnet/minecraft/class_372$class_373;
official b
Lfqr$a;b:Lfqr$a;
-
TREE
- Mappings:
Namespace Name Mixin selector named TREE
Lnet/minecraft/client/toast/TutorialToast$Type;TREE:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_2235
Lnet/minecraft/class_372$class_373;field_2235:Lnet/minecraft/class_372$class_373;
official c
Lfqr$a;c:Lfqr$a;
-
RECIPE_BOOK
- Mappings:
Namespace Name Mixin selector named RECIPE_BOOK
Lnet/minecraft/client/toast/TutorialToast$Type;RECIPE_BOOK:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_2233
Lnet/minecraft/class_372$class_373;field_2233:Lnet/minecraft/class_372$class_373;
official d
Lfqr$a;d:Lfqr$a;
-
WOODEN_PLANKS
- Mappings:
Namespace Name Mixin selector named WOODEN_PLANKS
Lnet/minecraft/client/toast/TutorialToast$Type;WOODEN_PLANKS:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_2236
Lnet/minecraft/class_372$class_373;field_2236:Lnet/minecraft/class_372$class_373;
official e
Lfqr$a;e:Lfqr$a;
-
SOCIAL_INTERACTIONS
- Mappings:
Namespace Name Mixin selector named SOCIAL_INTERACTIONS
Lnet/minecraft/client/toast/TutorialToast$Type;SOCIAL_INTERACTIONS:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_26848
Lnet/minecraft/class_372$class_373;field_26848:Lnet/minecraft/class_372$class_373;
official f
Lfqr$a;f:Lfqr$a;
-
RIGHT_CLICK
- Mappings:
Namespace Name Mixin selector named RIGHT_CLICK
Lnet/minecraft/client/toast/TutorialToast$Type;RIGHT_CLICK:Lnet/minecraft/client/toast/TutorialToast$Type;
intermediary field_28782
Lnet/minecraft/class_372$class_373;field_28782:Lnet/minecraft/class_372$class_373;
official g
Lfqr$a;g:Lfqr$a;
-
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named texture
Lnet/minecraft/client/toast/TutorialToast$Type;texture:Lnet/minecraft/util/Identifier;
intermediary field_45398
Lnet/minecraft/class_372$class_373;field_45398:Lnet/minecraft/class_2960;
official h
Lfqr$a;h:Lalz;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/toast/TutorialToast$Type;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;)V
intermediary <init>
Lnet/minecraft/class_372$class_373;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;)V
official <init>
Lfqr$a;<init>(Ljava/lang/String;ILalz;)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
-
drawIcon
- Mappings:
Namespace Name Mixin selector named drawIcon
Lnet/minecraft/client/toast/TutorialToast$Type;drawIcon(Lnet/minecraft/client/gui/DrawContext;II)V
intermediary method_1994
Lnet/minecraft/class_372$class_373;method_1994(Lnet/minecraft/class_332;II)V
official a
Lfqr$a;a(Lfnr;II)V
-