Uses of Class
net.minecraft.util.CooldownTracker
-
Packages that use CooldownTracker Package Description net.minecraft.entity.player net.minecraft.util -
-
Uses of CooldownTracker in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as CooldownTracker Modifier and Type Field Description private CooldownTracker
PlayerEntity. cooldowns
Methods in net.minecraft.entity.player that return CooldownTracker Modifier and Type Method Description protected CooldownTracker
PlayerEntity. createItemCooldowns()
protected CooldownTracker
ServerPlayerEntity. createItemCooldowns()
CooldownTracker
PlayerEntity. getCooldowns()
-
Uses of CooldownTracker in net.minecraft.util
Subclasses of CooldownTracker in net.minecraft.util Modifier and Type Class Description class
ServerCooldownTracker
-