Enum Class TutorialToast.Type

java.lang.Object
java.lang.Enum<TutorialToast.Type>
net.minecraft.client.toast.TutorialToast.Type
All Implemented Interfaces:
Serializable, Comparable<TutorialToast.Type>, Constable
Enclosing class:
TutorialToast

@Environment(CLIENT) public static enum TutorialToast.Type extends Enum<TutorialToast.Type>
Mappings:
Namespace Name
official emq$a
intermediary net/minecraft/class_372$class_373
named net/minecraft/client/toast/TutorialToast$Type
  • Enum Constant Details

    • MOVEMENT_KEYS

      public static final TutorialToast.Type MOVEMENT_KEYS
      Mappings:
      Namespace Name Mixin selector
      official a Lemq$a;a:Lemq$a;
      intermediary field_2230 Lnet/minecraft/class_372$class_373;field_2230:Lnet/minecraft/class_372$class_373;
      named MOVEMENT_KEYS Lnet/minecraft/client/toast/TutorialToast$Type;MOVEMENT_KEYS:Lnet/minecraft/client/toast/TutorialToast$Type;
    • MOUSE

      public static final TutorialToast.Type MOUSE
      Mappings:
      Namespace Name Mixin selector
      official b Lemq$a;b:Lemq$a;
      intermediary field_2237 Lnet/minecraft/class_372$class_373;field_2237:Lnet/minecraft/class_372$class_373;
      named MOUSE Lnet/minecraft/client/toast/TutorialToast$Type;MOUSE:Lnet/minecraft/client/toast/TutorialToast$Type;
    • TREE

      public static final TutorialToast.Type TREE
      Mappings:
      Namespace Name Mixin selector
      official c Lemq$a;c:Lemq$a;
      intermediary field_2235 Lnet/minecraft/class_372$class_373;field_2235:Lnet/minecraft/class_372$class_373;
      named TREE Lnet/minecraft/client/toast/TutorialToast$Type;TREE:Lnet/minecraft/client/toast/TutorialToast$Type;
    • RECIPE_BOOK

      public static final TutorialToast.Type RECIPE_BOOK
      Mappings:
      Namespace Name Mixin selector
      official d Lemq$a;d:Lemq$a;
      intermediary field_2233 Lnet/minecraft/class_372$class_373;field_2233:Lnet/minecraft/class_372$class_373;
      named RECIPE_BOOK Lnet/minecraft/client/toast/TutorialToast$Type;RECIPE_BOOK:Lnet/minecraft/client/toast/TutorialToast$Type;
    • WOODEN_PLANKS

      public static final TutorialToast.Type WOODEN_PLANKS
      Mappings:
      Namespace Name Mixin selector
      official e Lemq$a;e:Lemq$a;
      intermediary field_2236 Lnet/minecraft/class_372$class_373;field_2236:Lnet/minecraft/class_372$class_373;
      named WOODEN_PLANKS Lnet/minecraft/client/toast/TutorialToast$Type;WOODEN_PLANKS:Lnet/minecraft/client/toast/TutorialToast$Type;
    • SOCIAL_INTERACTIONS

      public static final TutorialToast.Type SOCIAL_INTERACTIONS
      Mappings:
      Namespace Name Mixin selector
      official f Lemq$a;f:Lemq$a;
      intermediary field_26848 Lnet/minecraft/class_372$class_373;field_26848:Lnet/minecraft/class_372$class_373;
      named SOCIAL_INTERACTIONS Lnet/minecraft/client/toast/TutorialToast$Type;SOCIAL_INTERACTIONS:Lnet/minecraft/client/toast/TutorialToast$Type;
    • RIGHT_CLICK

      public static final TutorialToast.Type RIGHT_CLICK
      Mappings:
      Namespace Name Mixin selector
      official g Lemq$a;g:Lemq$a;
      intermediary field_28782 Lnet/minecraft/class_372$class_373;field_28782:Lnet/minecraft/class_372$class_373;
      named RIGHT_CLICK Lnet/minecraft/client/toast/TutorialToast$Type;RIGHT_CLICK:Lnet/minecraft/client/toast/TutorialToast$Type;
  • Field Details

    • textureSlotX

      private final int textureSlotX
      Mappings:
      Namespace Name Mixin selector
      official h Lemq$a;h:I
      intermediary field_2232 Lnet/minecraft/class_372$class_373;field_2232:I
      named textureSlotX Lnet/minecraft/client/toast/TutorialToast$Type;textureSlotX:I
    • textureSlotY

      private final int textureSlotY
      Mappings:
      Namespace Name Mixin selector
      official i Lemq$a;i:I
      intermediary field_2231 Lnet/minecraft/class_372$class_373;field_2231:I
      named textureSlotY Lnet/minecraft/client/toast/TutorialToast$Type;textureSlotY:I
  • Constructor Details

    • Type

      private Type(int textureSlotX, int textureSlotY)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lemq$a;<init>(Ljava/lang/String;III)V
      intermediary <init> Lnet/minecraft/class_372$class_373;<init>(Ljava/lang/String;III)V
      named <init> Lnet/minecraft/client/toast/TutorialToast$Type;<init>(Ljava/lang/String;III)V
  • Method Details

    • values

      public static TutorialToast.Type[] 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

      public static TutorialToast.Type valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • drawIcon

      public void drawIcon(MatrixStack matrices, DrawableHelper helper, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Lemq$a;a(Leed;Leko;II)V
      intermediary method_1994 Lnet/minecraft/class_372$class_373;method_1994(Lnet/minecraft/class_4587;Lnet/minecraft/class_332;II)V
      named drawIcon Lnet/minecraft/client/toast/TutorialToast$Type;drawIcon(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/gui/DrawableHelper;II)V