Class ItemCooldownManager.Entry

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

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

    • startTick

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

      private final int endTick
      Mappings:
      Namespace Name Mixin selector
      official c Lbns$a;c: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

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