Class SystemToast.Type

java.lang.Object
net.minecraft.client.toast.SystemToast.Type
Enclosing class:
SystemToast

@Environment(CLIENT) public static class SystemToast.Type extends Object
Mappings:
Namespace Name
official ezy$a
intermediary net/minecraft/class_370$class_9037
named net/minecraft/client/toast/SystemToast$Type
  • Field Details

    • NARRATOR_TOGGLE

      public static final SystemToast.Type NARRATOR_TOGGLE
      Mappings:
      Namespace Name Mixin selector
      official a Lezy$a;a:Lezy$a;
      intermediary field_47583 Lnet/minecraft/class_370$class_9037;field_47583:Lnet/minecraft/class_370$class_9037;
      named NARRATOR_TOGGLE Lnet/minecraft/client/toast/SystemToast$Type;NARRATOR_TOGGLE:Lnet/minecraft/client/toast/SystemToast$Type;
    • WORLD_BACKUP

      public static final SystemToast.Type WORLD_BACKUP
      Mappings:
      Namespace Name Mixin selector
      official b Lezy$a;b:Lezy$a;
      intermediary field_47584 Lnet/minecraft/class_370$class_9037;field_47584:Lnet/minecraft/class_370$class_9037;
      named WORLD_BACKUP Lnet/minecraft/client/toast/SystemToast$Type;WORLD_BACKUP:Lnet/minecraft/client/toast/SystemToast$Type;
    • PACK_LOAD_FAILURE

      public static final SystemToast.Type PACK_LOAD_FAILURE
      Mappings:
      Namespace Name Mixin selector
      official c Lezy$a;c:Lezy$a;
      intermediary field_47585 Lnet/minecraft/class_370$class_9037;field_47585:Lnet/minecraft/class_370$class_9037;
      named PACK_LOAD_FAILURE Lnet/minecraft/client/toast/SystemToast$Type;PACK_LOAD_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
    • WORLD_ACCESS_FAILURE

      public static final SystemToast.Type WORLD_ACCESS_FAILURE
      Mappings:
      Namespace Name Mixin selector
      official d Lezy$a;d:Lezy$a;
      intermediary field_47586 Lnet/minecraft/class_370$class_9037;field_47586:Lnet/minecraft/class_370$class_9037;
      named WORLD_ACCESS_FAILURE Lnet/minecraft/client/toast/SystemToast$Type;WORLD_ACCESS_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
    • PACK_COPY_FAILURE

      public static final SystemToast.Type PACK_COPY_FAILURE
      Mappings:
      Namespace Name Mixin selector
      official e Lezy$a;e:Lezy$a;
      intermediary field_47587 Lnet/minecraft/class_370$class_9037;field_47587:Lnet/minecraft/class_370$class_9037;
      named PACK_COPY_FAILURE Lnet/minecraft/client/toast/SystemToast$Type;PACK_COPY_FAILURE:Lnet/minecraft/client/toast/SystemToast$Type;
    • PERIODIC_NOTIFICATION

      public static final SystemToast.Type PERIODIC_NOTIFICATION
      Mappings:
      Namespace Name Mixin selector
      official f Lezy$a;f:Lezy$a;
      intermediary field_47588 Lnet/minecraft/class_370$class_9037;field_47588:Lnet/minecraft/class_370$class_9037;
      named PERIODIC_NOTIFICATION Lnet/minecraft/client/toast/SystemToast$Type;PERIODIC_NOTIFICATION:Lnet/minecraft/client/toast/SystemToast$Type;
    • UNSECURE_SERVER_WARNING

      public static final SystemToast.Type UNSECURE_SERVER_WARNING
      Mappings:
      Namespace Name Mixin selector
      official g Lezy$a;g:Lezy$a;
      intermediary field_47589 Lnet/minecraft/class_370$class_9037;field_47589:Lnet/minecraft/class_370$class_9037;
      named UNSECURE_SERVER_WARNING Lnet/minecraft/client/toast/SystemToast$Type;UNSECURE_SERVER_WARNING:Lnet/minecraft/client/toast/SystemToast$Type;
    • displayDuration

      final long displayDuration
      Mappings:
      Namespace Name Mixin selector
      official h Lezy$a;h:J
      intermediary field_47590 Lnet/minecraft/class_370$class_9037;field_47590:J
      named displayDuration Lnet/minecraft/client/toast/SystemToast$Type;displayDuration:J
  • Constructor Details

    • Type

      public Type(long displayDuration)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lezy$a;<init>(J)V
      intermediary <init> Lnet/minecraft/class_370$class_9037;<init>(J)V
      named <init> Lnet/minecraft/client/toast/SystemToast$Type;<init>(J)V
    • Type

      public Type()