Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / BiomeLayoutTheEndConfiguration.java
Simon Lindgren on 26 Mar 2020 304 bytes first commit
package net.minecraft.server;

public class BiomeLayoutTheEndConfiguration implements BiomeLayoutConfiguration {

    private final long a;

    public BiomeLayoutTheEndConfiguration(WorldData worlddata) {
        this.a = worlddata.getSeed();
    }

    public long a() {
        return this.a;
    }
}