mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-20 16:07:43 +01:00
Fix checkstyle
This commit is contained in:
@@ -251,6 +251,10 @@ public final class DimensionData {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Serializes details of this dimension.
|
||||||
|
* @return serialized details of this dimension
|
||||||
|
*/
|
||||||
public CompoundTag serializeDimensionDetails() {
|
public CompoundTag serializeDimensionDetails() {
|
||||||
CompoundTag ret = new CompoundTag();
|
CompoundTag ret = new CompoundTag();
|
||||||
ret.putBoolean("natural", isNatural);
|
ret.putBoolean("natural", isNatural);
|
||||||
|
|||||||
Reference in New Issue
Block a user