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

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

package net.minecraft.server;

public class BiomeMushrooms extends BiomeBase {

  public BiomeMushrooms(int i) {
    super(i);
    this.as.A = -100;
    this.as.B = -100;
    this.as.C = -100;
    this.as.E = 1;
    this.as.K = 1;
    this.ak = Blocks.MYCELIUM.getBlockData();
    this.at.clear();
    this.au.clear();
    this.av.clear();
    this.au.add(new BiomeMeta(EntityMushroomCow.class, 8, 4, 8));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy