Skip to content

Commit

Permalink
minor cleanups to fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 29, 2024
1 parent 5238e24 commit 3a2dcf0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import me.lucko.fabric.api.permissions.v0.Permissions;
import net.minecraft.command.CommandSource;
import org.jetbrains.annotations.NotNull;
import revxrsal.commands.annotation.DistributeOnMethods;
import revxrsal.commands.annotation.NotSender;

Expand All @@ -24,7 +25,7 @@
*
* @return The permission value
*/
String value();
@NotNull String value();

/**
* The Vanilla permission value to be used as a fallback. This is passed to {@link Permissions#check(CommandSource, String, int)}
Expand Down

0 comments on commit 3a2dcf0

Please sign in to comment.