mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +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.
|
||||
*
|
||||
* Movement speed is often increased as a result of using the
|
||||
* {@link #getSteerItemType()}.
|
||||
* {@link #getSteerItem()}.
|
||||
*
|
||||
* @return the current boost ticks
|
||||
*/
|
||||
|
@ -67,5 +67,5 @@ public interface Steerable extends Animals {
|
|||
* @return the lure item type
|
||||
*/
|
||||
@NotNull
|
||||
public ItemType getSteerItemType();
|
||||
public ItemType getSteerItem();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue