package net.minecraft.world.gen.structure; final class StructureStrongholdPieceWeight3 extends StructureStrongholdPieceWeight { StructureStrongholdPieceWeight3(Class par1Class, int par2, int par3) { super(par1Class, par2, par3); } public boolean canSpawnMoreStructuresOfType(int par1) { return super.canSpawnMoreStructuresOfType(par1) && par1 > 5; } }