port hotbar
This commit is contained in:
parent
bb6f912e9a
commit
82555338ac
|
@ -1,14 +1,14 @@
|
||||||
package dev.resent.module.impl.misc;
|
package dev.resent.module.impl.misc;
|
||||||
|
|
||||||
|
import dev.resent.annotation.Module;
|
||||||
import dev.resent.module.base.Category;
|
import dev.resent.module.base.Category;
|
||||||
import dev.resent.module.base.Mod;
|
import dev.resent.module.base.Mod;
|
||||||
import dev.resent.module.setting.ModeSetting;
|
import dev.resent.module.setting.ModeSetting;
|
||||||
|
|
||||||
|
@Module(name = "Hotbar", category = Category.MISC, hasSetting = true)
|
||||||
public class HotbarAnimation extends Mod{
|
public class HotbarAnimation extends Mod{
|
||||||
public HotbarAnimation(){
|
|
||||||
super("Hotbar", Category.MISC, true);
|
public HotbarAnimation(){ addSetting(speed); }
|
||||||
addSetting(speed);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static ModeSetting speed = new ModeSetting("Speed", "", "Slow", "Fast", "Normal");
|
public static ModeSetting speed = new ModeSetting("Speed", "", "Slow", "Fast", "Normal");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user