
net.minecraft.server.BiomeMushrooms 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 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