3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-06 15:02:11 -04:00
Ursprung a081c35fdb
Commit c157b6c51b

Datei anzeigen

@ -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);