All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.BiomeBeach Maven / Gradle / Ivy

package net.minecraft.server;

public class BiomeBeach extends BiomeBase {

  public BiomeBeach(int i) {
    super(i);
    this.au.clear();
    this.ak = Blocks.SAND.getBlockData();
    this.al = Blocks.SAND.getBlockData();
    this.as.A = -999;
    this.as.D = 0;
    this.as.F = 0;
    this.as.G = 0;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy