mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-19 18:33:00 +01:00
8 lines
164 B
Java
8 lines
164 B
Java
package com.gmail.nossr50.database;
|
|
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
public interface UserQueryName extends UserQuery {
|
|
@NotNull String getName();
|
|
}
|