mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 20:07:41 +01:00
parent
f45d2e6a77
commit
0e0920a058
@ -176,13 +176,13 @@ public interface PersistentDataType<T, Z> {
|
||||
@NotNull
|
||||
@Override
|
||||
public Class<Byte> getPrimitiveType() {
|
||||
return byte.class;
|
||||
return Byte.class;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public Class<Boolean> getComplexType() {
|
||||
return boolean.class;
|
||||
return Boolean.class;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
Loading…
Reference in New Issue
Block a user