Removes a function from BlockLocation present in Location which caused an infinite loop

This commit is contained in:
Kristian Knarvik 2021-02-08 00:31:53 +01:00
parent 4e3867eae9
commit 27aa0ed29d

View File

@ -141,14 +141,6 @@ public class BlockLocation extends Location {
return this.getBlock().getType(); return this.getBlock().getType();
} }
/**
* Gets the block at this location
* @return <p>The block at this location</p>
*/
public Block getBlock() {
return this.getBlock();
}
/** /**
* Gets the location representing this block location * Gets the location representing this block location
* @return <p>The location representing this block location</p> * @return <p>The location representing this block location</p>