
net.minecraft.server.BiomeTheEnd Maven / Gradle / Ivy
package net.minecraft.server;
public class BiomeTheEnd extends BiomeBase {
public BiomeTheEnd(int i) {
super(i);
this.at.clear();
this.au.clear();
this.av.clear();
this.aw.clear();
this.at.add(new BiomeMeta(EntityEnderman.class, 10, 4, 4));
this.ak = Blocks.DIRT.getBlockData();
this.al = Blocks.DIRT.getBlockData();
this.as = new BiomeTheEndDecorator();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy