mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-29 06:34:17 +02:00
Allow registering skin texture provider for player heads
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package de.shiewk.smoderation.paper;
|
||||
|
||||
import java.util.UUID;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
|
||||
public interface SkinTextureProvider {
|
||||
|
||||
CompletableFuture<String> textureProperty(UUID player);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user