Skip to content

Instantly share code, notes, and snippets.

@ihatecsv
Created December 31, 2015 03:55
Show Gist options
  • Save ihatecsv/601967c65e6d5e48ed85 to your computer and use it in GitHub Desktop.
Save ihatecsv/601967c65e6d5e48ed85 to your computer and use it in GitHub Desktop.
public boolean equals(RadChunk chunk){
if(this.x == chunk.x && this.z == chunk.z){
return true;
}
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment