public final class DataDirProvider extends Object implements DataDir
DataDir.Type| Modifier and Type | Field and Description |
|---|---|
static DataDir |
DATA |
static DataDir |
FILE |
static DataDir |
LEVEL |
static DataDir |
PLUGIN |
| Constructor and Description |
|---|
DataDirProvider() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
equals(Object o) |
int |
hashCode() |
DataDir.Type |
type() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic static final DataDir FILE
public static final DataDir DATA
public static final DataDir PLUGIN
public static final DataDir LEVEL
public DataDir.Type type()
public Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic boolean equals(Object o)
equals in interface Annotationequals in class Objectpublic int hashCode()
hashCode in interface AnnotationhashCode in class ObjectCopyright © 2020. All rights reserved.