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

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

There is a newer version: 2.4.0
Show newest version
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