Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 05:20:14 +01:00
Fix checkstyle
Dieser Commit ist enthalten in:
Ursprung
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() {
|
public CompoundTag serializeDimensionDetails() {
|
||||||
CompoundTag ret = new CompoundTag();
|
CompoundTag ret = new CompoundTag();
|
||||||
ret.putBoolean("natural", isNatural);
|
ret.putBoolean("natural", isNatural);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren