Fix the javadoc

By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
Bukkit/Spigot
2014-12-13 15:25:31 +00:00
parent 5cd2aafaef
commit 21f13cb0ef
2 changed files with 5 additions and 1 deletions

View File

@@ -130,12 +130,14 @@ public interface Minecart extends Vehicle {
/**
* Sets the offset of the display block.
* @return the current block offset for this minecart.
*
* @param offset the block offset to set for this minecart.
*/
public void setDisplayBlockOffset(int offset);
/**
* Gets the offset of the display block.
*
* @return the current block offset for this minecart.
*/
public int getDisplayBlockOffset();