upstream #1
1 changed files with 0 additions and 2 deletions
|
@ -195,7 +195,6 @@ public interface Npc extends PropertyHolder {
|
||||||
*/
|
*/
|
||||||
void removePassenger(int entityId);
|
void removePassenger(int entityId);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the vehicle entity id of this npc
|
* Gets the vehicle entity id of this npc
|
||||||
* @return The entity id of the vehicle
|
* @return The entity id of the vehicle
|
||||||
|
@ -207,5 +206,4 @@ public interface Npc extends PropertyHolder {
|
||||||
* @param vehicleId The entity id of the vehicle
|
* @param vehicleId The entity id of the vehicle
|
||||||
*/
|
*/
|
||||||
void setVehicleId(Integer vehicleId);
|
void setVehicleId(Integer vehicleId);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue