Interface PermissionCheckEvent
public interface PermissionCheckEvent
Simple permissions check event for
CommandSources.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PermissionCheckEvent> -
Method Summary
Modifier and TypeMethodDescription@NotNull net.fabricmc.fabric.api.util.TriStateonPermissionCheck(@NotNull net.minecraft.command.CommandSource source, @NotNull String permission)
-
Field Details
-
EVENT
-
-
Method Details
-
onPermissionCheck
@NotNull @NotNull net.fabricmc.fabric.api.util.TriState onPermissionCheck(@NotNull @NotNull net.minecraft.command.CommandSource source, @NotNull @NotNull String permission)
-