package net.minecraft.server; public class BlockDirt extends Block { protected BlockDirt(int i, int j) { super(i, j, Material.EARTH); } }