Fix typo in BubbleColumn documentation

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2021-05-02 11:47:28 +10:00
parent 2b0986b240
commit 0b3698eb62

View File

@@ -11,7 +11,7 @@ public interface BubbleColumn extends BlockData {
/** /**
* Gets the value of the 'drag' property. * Gets the value of the 'drag' property.
* *
* @return the 'part' value * @return the 'drag' value
*/ */
boolean isDrag(); boolean isDrag();