Class ItemCooldownManager

java.lang.Object
net.minecraft.entity.player.ItemCooldownManager
Direct Known Subclasses:
ServerItemCooldownManager

public class ItemCooldownManager extends Object
Mappings:
Namespace Name
official cdq
intermediary net/minecraft/class_1796
named net/minecraft/entity/player/ItemCooldownManager
  • Field Details

    • entries

      private final Map<Item,ItemCooldownManager.Entry> entries
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a:Ljava/util/Map;
      intermediary field_8024 Lnet/minecraft/class_1796;field_8024:Ljava/util/Map;
      named entries Lnet/minecraft/entity/player/ItemCooldownManager;entries:Ljava/util/Map;
    • tick

      private int tick
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b:I
      intermediary field_8025 Lnet/minecraft/class_1796;field_8025:I
      named tick Lnet/minecraft/entity/player/ItemCooldownManager;tick:I
  • Constructor Details

    • ItemCooldownManager

      public ItemCooldownManager()
  • Method Details

    • isCoolingDown

      public boolean isCoolingDown(Item item)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lcdp;)Z
      intermediary method_7904 Lnet/minecraft/class_1796;method_7904(Lnet/minecraft/class_1792;)Z
      named isCoolingDown Lnet/minecraft/entity/player/ItemCooldownManager;isCoolingDown(Lnet/minecraft/item/Item;)Z
    • getCooldownProgress

      public float getCooldownProgress(Item item, float tickDelta)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lcdp;F)F
      intermediary method_7905 Lnet/minecraft/class_1796;method_7905(Lnet/minecraft/class_1792;F)F
      named getCooldownProgress Lnet/minecraft/entity/player/ItemCooldownManager;getCooldownProgress(Lnet/minecraft/item/Item;F)F
    • update

      public void update()
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a()V
      intermediary method_7903 Lnet/minecraft/class_1796;method_7903()V
      named update Lnet/minecraft/entity/player/ItemCooldownManager;update()V
    • set

      public void set(Item item, int duration)
      Mappings:
      Namespace Name Mixin selector
      official a Lcdq;a(Lcdp;I)V
      intermediary method_7906 Lnet/minecraft/class_1796;method_7906(Lnet/minecraft/class_1792;I)V
      named set Lnet/minecraft/entity/player/ItemCooldownManager;set(Lnet/minecraft/item/Item;I)V
    • remove

      public void remove(Item item)
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b(Lcdp;)V
      intermediary method_7900 Lnet/minecraft/class_1796;method_7900(Lnet/minecraft/class_1792;)V
      named remove Lnet/minecraft/entity/player/ItemCooldownManager;remove(Lnet/minecraft/item/Item;)V
    • onCooldownUpdate

      protected void onCooldownUpdate(Item item, int duration)
      Mappings:
      Namespace Name Mixin selector
      official b Lcdq;b(Lcdp;I)V
      intermediary method_7902 Lnet/minecraft/class_1796;method_7902(Lnet/minecraft/class_1792;I)V
      named onCooldownUpdate Lnet/minecraft/entity/player/ItemCooldownManager;onCooldownUpdate(Lnet/minecraft/item/Item;I)V
    • onCooldownUpdate

      protected void onCooldownUpdate(Item item)
      Mappings:
      Namespace Name Mixin selector
      official c Lcdq;c(Lcdp;)V
      intermediary method_7901 Lnet/minecraft/class_1796;method_7901(Lnet/minecraft/class_1792;)V
      named onCooldownUpdate Lnet/minecraft/entity/player/ItemCooldownManager;onCooldownUpdate(Lnet/minecraft/item/Item;)V