package net.tropicraft.entity.hostile; import net.minecraft.world.World; public class EntityTreeFrogBlue extends EntityTreeFrog { public EntityTreeFrogBlue(World world) { super(world, 2); } }