Package net.frozenblock.lib.item.mixin
Class ItemCooldownsMixin
java.lang.Object
net.frozenblock.lib.item.mixin.ItemCooldownsMixin
- All Implemented Interfaces:
CooldownInterface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfrozenLib$changeCooldown(net.minecraft.world.item.Item item, int additional) voidfrozenLib$onCooldownChanged(net.minecraft.world.item.Item item, int additional)
-
Field Details
-
cooldowns
public Map<net.minecraft.world.item.Item,net.minecraft.world.item.ItemCooldowns.CooldownInstance> cooldowns
-
-
Constructor Details
-
ItemCooldownsMixin
public ItemCooldownsMixin()
-
-
Method Details
-
frozenLib$changeCooldown
public void frozenLib$changeCooldown(net.minecraft.world.item.Item item, int additional) - Specified by:
frozenLib$changeCooldownin interfaceCooldownInterface
-
frozenLib$onCooldownChanged
public void frozenLib$onCooldownChanged(net.minecraft.world.item.Item item, int additional) - Specified by:
frozenLib$onCooldownChangedin interfaceCooldownInterface
-