mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
@@ -46,6 +46,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return int
|
||||
*/
|
||||
public function getType() : int{
|
||||
@@ -53,6 +54,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isCreature() : bool{
|
||||
@@ -60,6 +62,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isHuman() : bool{
|
||||
@@ -67,6 +70,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isProjectile() : bool{
|
||||
@@ -74,6 +78,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isVehicle() : bool{
|
||||
@@ -81,6 +86,7 @@ class EntityDespawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isItem() : bool{
|
||||
|
@@ -47,6 +47,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return Position
|
||||
*/
|
||||
public function getPosition() : Position{
|
||||
@@ -54,6 +55,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return int
|
||||
*/
|
||||
public function getType() : int{
|
||||
@@ -61,6 +63,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isCreature() : bool{
|
||||
@@ -68,6 +71,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isHuman() : bool{
|
||||
@@ -75,6 +79,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isProjectile() : bool{
|
||||
@@ -82,6 +87,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isVehicle() : bool{
|
||||
@@ -89,6 +95,7 @@ class EntitySpawnEvent extends EntityEvent{
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @return bool
|
||||
*/
|
||||
public function isItem() : bool{
|
||||
|
Reference in New Issue
Block a user