com.parzivail.util.item.ICooldownItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.item;
import net.minecraft.class_1657;
import net.minecraft.class_1799;
import net.minecraft.class_1937;
public interface ICooldownItem
{
float getCooldownProgress(class_1657 player, class_1937 world, class_1799 stack, float tickDelta);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy