
net.minecraft.server.BiomeStoneBeach Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
package net.minecraft.server;
public class BiomeStoneBeach extends BiomeBase {
public BiomeStoneBeach(int i) {
super(i);
this.au.clear();
this.ak = Blocks.STONE.getBlockData();
this.al = Blocks.STONE.getBlockData();
this.as.A = -999;
this.as.D = 0;
this.as.F = 0;
this.as.G = 0;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy