mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
@@ -176,13 +176,13 @@ public interface PersistentDataType<T, Z> {
|
|||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public Class<Byte> getPrimitiveType() {
|
public Class<Byte> getPrimitiveType() {
|
||||||
return byte.class;
|
return Byte.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public Class<Boolean> getComplexType() {
|
public Class<Boolean> getComplexType() {
|
||||||
return boolean.class;
|
return Boolean.class;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
Reference in New Issue
Block a user