Skip to content

Instantly share code, notes, and snippets.

@boq
Created May 14, 2014 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boq/be93ac69e235362a6000 to your computer and use it in GitHub Desktop.
Save boq/be93ac69e235362a6000 to your computer and use it in GitHub Desktop.
public ChunkPosition findClosestStructure(World par1World, String par2Str, int par3, int par4, int par5)
{
return "Stronghold".equals(par2Str) && this.strongholdGenerator != null ? this.strongholdGenerator.getNearestInstance(par1World, par3, par4, par5) : null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment