Class ItemCooldownManager.Entry

java.lang.Object
net.minecraft.entity.player.ItemCooldownManager.Entry
Enclosing class:
ItemCooldownManager

private static class ItemCooldownManager.Entry extends Object
Mappings:
Namespace Name
official cdq$a
intermediary net/minecraft/class_1796$class_1797
named net/minecraft/entity/player/ItemCooldownManager$Entry
  • Field Details

    • startTick

      final int startTick
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq$a;a:I
      intermediary field_8028 Lnet/minecraft/class_1796$class_1797;field_8028:I
      named startTick Lnet/minecraft/entity/player/ItemCooldownManager$Entry;startTick:I
    • endTick

      final int endTick
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq$a;b:I
      intermediary field_8027 Lnet/minecraft/class_1796$class_1797;field_8027:I
      named endTick Lnet/minecraft/entity/player/ItemCooldownManager$Entry;endTick:I
  • Constructor Details

    • Entry

      Entry(int startTick, int endTick)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcdq$a;<init>(II)V
      intermediary <init> Lnet/minecraft/class_1796$class_1797;<init>(II)V
      named <init> Lnet/minecraft/entity/player/ItemCooldownManager$Entry;<init>(II)V