Skip to content

Commit

Permalink
holder
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Mar 9, 2024
1 parent 4c4748b commit edb85bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ java {
}

group = "com.github.angeschossen"
version = "1.0.11"
version = "1.0.12"
description = "PluginFrameworkAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.github.angeschossen.pluginframework.api.trusted;

import com.github.angeschossen.pluginframework.api.player.PlayerData;
import org.jetbrains.annotations.NotNull;

import java.util.Collection;
Expand All @@ -16,6 +17,8 @@ public interface RoleHolder {

String getOwnerName();

void openMenu(@NotNull PlayerData player);

@NotNull SimpleRole getRole(@NotNull UUID uid);

@NotNull Collection<UUID> getTrusted();
Expand Down

0 comments on commit edb85bc

Please sign in to comment.