mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-03-31 16:30:30 +08:00
Fix checkstyle
This commit is contained in:
parent
a081c35fdb
commit
c157b6c51b
@ -251,6 +251,10 @@ public final class DimensionData {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Serializes details of this dimension.
|
||||
* @return serialized details of this dimension
|
||||
*/
|
||||
public CompoundTag serializeDimensionDetails() {
|
||||
CompoundTag ret = new CompoundTag();
|
||||
ret.putBoolean("natural", isNatural);
|
||||
|
Loading…
x
Reference in New Issue
Block a user