mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
getSteerItemType -> getSteerItem
This commit is contained in:
parent
d8d0e43ba5
commit
27e282b25f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ public interface Steerable extends Animals {
|
||||||
* Get the time in ticks this entity's movement is being increased.
|
* Get the time in ticks this entity's movement is being increased.
|
||||||
*
|
*
|
||||||
* Movement speed is often increased as a result of using the
|
* Movement speed is often increased as a result of using the
|
||||||
* {@link #getSteerItemType()}.
|
* {@link #getSteerItem()}.
|
||||||
*
|
*
|
||||||
* @return the current boost ticks
|
* @return the current boost ticks
|
||||||
*/
|
*/
|
||||||
|
@ -67,5 +67,5 @@ public interface Steerable extends Animals {
|
||||||
* @return the lure item type
|
* @return the lure item type
|
||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
public ItemType getSteerItemType();
|
public ItemType getSteerItem();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue