mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-7162: Incorrect description for Entity#getVehicle javadoc
By: md_5 <git@md-5.net>
This commit is contained in:
parent
385b26cb81
commit
90bc66e868
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||
public boolean leaveVehicle();
|
||||
|
||||
/**
|
||||
* Get the vehicle that this player is inside. If there is no vehicle,
|
||||
* Get the vehicle that this entity is inside. If there is no vehicle,
|
||||
* null will be returned.
|
||||
*
|
||||
* @return The current vehicle.
|
||||
|
|
Loading…
Add table
Reference in a new issue