mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-05 03:06:24 +02:00
8 lines
149 B
Java
8 lines
149 B
Java
package com.gmail.nossr50.database;
|
|
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
public interface UserQuery {
|
|
@NotNull UserQueryType getType();
|
|
}
|