mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Deprecate things removed in acb794e72 and 97c836f19
This commit is contained in:
parent
7b98d203f4
commit
ec5598dbb1
@ -46,6 +46,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getType() : int{
|
public function getType() : int{
|
||||||
@ -53,6 +54,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isCreature() : bool{
|
public function isCreature() : bool{
|
||||||
@ -60,6 +62,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isHuman() : bool{
|
public function isHuman() : bool{
|
||||||
@ -67,6 +70,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isProjectile() : bool{
|
public function isProjectile() : bool{
|
||||||
@ -74,6 +78,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isVehicle() : bool{
|
public function isVehicle() : bool{
|
||||||
@ -81,6 +86,7 @@ class EntityDespawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isItem() : bool{
|
public function isItem() : bool{
|
||||||
|
@ -47,6 +47,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return Position
|
* @return Position
|
||||||
*/
|
*/
|
||||||
public function getPosition() : Position{
|
public function getPosition() : Position{
|
||||||
@ -54,6 +55,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
public function getType() : int{
|
public function getType() : int{
|
||||||
@ -61,6 +63,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isCreature() : bool{
|
public function isCreature() : bool{
|
||||||
@ -68,6 +71,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isHuman() : bool{
|
public function isHuman() : bool{
|
||||||
@ -75,6 +79,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isProjectile() : bool{
|
public function isProjectile() : bool{
|
||||||
@ -82,6 +87,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isVehicle() : bool{
|
public function isVehicle() : bool{
|
||||||
@ -89,6 +95,7 @@ class EntitySpawnEvent extends EntityEvent{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function isItem() : bool{
|
public function isItem() : bool{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user