mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-14 07:35:10 +01:00
Further cleanup
This commit is contained in:
@@ -38,6 +38,15 @@ public class ButtonCategory {
|
||||
public ButtonCategory(@NotNull Identifier id) {
|
||||
this(id, 100);
|
||||
}
|
||||
@Deprecated
|
||||
public ButtonCategory(@NotNull org.aperlambda.lambdacommon.Identifier id, int priority) {
|
||||
this(Identifier.of(id.getNamespace(), id.getName()), priority);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public ButtonCategory(@NotNull org.aperlambda.lambdacommon.Identifier id) {
|
||||
this(id, 100);
|
||||
}
|
||||
|
||||
public void registerBinding(@NotNull ButtonBinding binding) {
|
||||
if (this.bindings.contains(binding))
|
||||
|
||||
Reference in New Issue
Block a user