Removes a function from BlockLocation present in Location which caused an infinite loop
This commit is contained in:
parent
4e3867eae9
commit
27aa0ed29d
@ -141,14 +141,6 @@ public class BlockLocation extends Location {
|
||||
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
|
||||
* @return <p>The location representing this block location</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user