Package net.minecraft.server.network
Class ServerItemCooldownManager
java.lang.Object
net.minecraft.entity.player.ItemCooldownManager
net.minecraft.server.network.ServerItemCooldownManager
- Mappings:
Namespace Name official ceo
intermediary net/minecraft/class_1817
named net/minecraft/server/network/ServerItemCooldownManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
onCooldownUpdate
(Item item) protected void
onCooldownUpdate
(Item item, int duration) Methods inherited from class net.minecraft.entity.player.ItemCooldownManager
getCooldownProgress, isCoolingDown, remove, set, update
-
Field Details
-
player
- Mappings:
Namespace Name Mixin selector official a
Lceo;a:Lahn;
intermediary field_8910
Lnet/minecraft/class_1817;field_8910:Lnet/minecraft/class_3222;
named player
Lnet/minecraft/server/network/ServerItemCooldownManager;player:Lnet/minecraft/server/network/ServerPlayerEntity;
-
-
Constructor Details
-
ServerItemCooldownManager
- Mappings:
Namespace Name Mixin selector official <init>
Lceo;<init>(Lahn;)V
intermediary <init>
Lnet/minecraft/class_1817;<init>(Lnet/minecraft/class_3222;)V
named <init>
Lnet/minecraft/server/network/ServerItemCooldownManager;<init>(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
-
Method Details
-
onCooldownUpdate
- Overrides:
onCooldownUpdate
in classItemCooldownManager
- 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
- Overrides:
onCooldownUpdate
in classItemCooldownManager
- 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
-