Package net.minecraft.server.network
Class ServerItemCooldownManager
java.lang.Object
net.minecraft.entity.player.ItemCooldownManager
net.minecraft.server.network.ServerItemCooldownManager
- Mappings:
Namespace Name named net/minecraft/server/network/ServerItemCooldownManager
intermediary net/minecraft/class_1817
official cvp
-
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 named player
Lnet/minecraft/server/network/ServerItemCooldownManager;player:Lnet/minecraft/server/network/ServerPlayerEntity;
intermediary field_8910
Lnet/minecraft/class_1817;field_8910:Lnet/minecraft/class_3222;
official a
Lcvp;a:Larg;
-
-
Constructor Details
-
ServerItemCooldownManager
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/server/network/ServerItemCooldownManager;<init>(Lnet/minecraft/server/network/ServerPlayerEntity;)V
intermediary <init>
Lnet/minecraft/class_1817;<init>(Lnet/minecraft/class_3222;)V
official <init>
Lcvp;<init>(Larg;)V
-
-
Method Details
-
onCooldownUpdate
- Overrides:
onCooldownUpdate
in classItemCooldownManager
- Mappings:
Namespace Name Mixin selector named onCooldownUpdate
Lnet/minecraft/entity/player/ItemCooldownManager;onCooldownUpdate(Lnet/minecraft/item/Item;I)V
intermediary method_7902
Lnet/minecraft/class_1796;method_7902(Lnet/minecraft/class_1792;I)V
official b
Lcun;b(Lcum;I)V
-
onCooldownUpdate
- Overrides:
onCooldownUpdate
in classItemCooldownManager
- Mappings:
Namespace Name Mixin selector named onCooldownUpdate
Lnet/minecraft/entity/player/ItemCooldownManager;onCooldownUpdate(Lnet/minecraft/item/Item;)V
intermediary method_7901
Lnet/minecraft/class_1796;method_7901(Lnet/minecraft/class_1792;)V
official c
Lcun;c(Lcum;)V
-