forked from Clones/Controlify
➕ Start work on radial menu
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package dev.isxander.controlify.bindings;
|
||||
|
||||
import dev.isxander.controlify.gui.screen.RadialMenuScreen;
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
public record RadialAction(ResourceLocation binding, ResourceLocation icon) {
|
||||
public static final RadialAction EMPTY = new RadialAction(
|
||||
RadialMenuScreen.EMPTY,
|
||||
RadialIcons.EMPTY
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user