PocketMine-MP 5.28.3 git-d5a1007c80fcee27feb2251cf5dcf1ad5a59a85c
|
Static Public Member Functions | |
static | nextRuntimeId () |
Public Attributes | |
AxisAlignedBB | $boundingBox |
int | $deadTicks = 0 |
float | $fallDistance = 0.0 |
bool | $isCollided = false |
bool | $isCollidedHorizontally = false |
bool | $isCollidedVertically = false |
bool | $keepMovement = false |
int | $lastUpdate |
int | $noDamageTicks = 0 |
bool | $onGround = false |
EntitySizeInfo | $size |
int | $ticksLived = 0 |
const | DEFAULT_KNOCKBACK_FORCE = 0.4 |
const | DEFAULT_KNOCKBACK_VERTICAL_LIMIT = 0.4 |
const | MOTION_THRESHOLD = 0.00001 |
const | TAG_MOTION = "Motion" |
const | TAG_POS = "Pos" |
const | TAG_ROTATION = "Rotation" |
Definition at line 30 of file WaterAnimal.php.
|
inherited |
Definition at line 1739 of file Entity.php.
|
protectedinherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 204 of file Living.php.
|
inherited |
Adds the given values to the entity's motion vector.
Definition at line 1450 of file Entity.php.
Referenced by pocketmine\entity\effect\LevitationEffect\applyEffect().
|
protectedinherited |
Applies effects from consuming the object. This shouldn't do any can-consume checks (those are expected to be handled by the caller).
Reimplemented in pocketmine\entity\Human.
Definition at line 349 of file Living.php.
|
inherited |
Called prior to EntityDamageEvent execution to apply modifications to the event's damage, such as reduction due to effects or armour.
Reimplemented in pocketmine\entity\Human.
Definition at line 442 of file Living.php.
References pocketmine\event\entity\EntityDamageEvent\getBaseDamage().
|
protectedinherited |
Definition at line 840 of file Entity.php.
|
protectedinherited |
Definition at line 717 of file Living.php.
|
protectedinherited |
Called after EntityDamageEvent execution to apply post-hurt effects, such as reducing absorption or modifying armour durability. This will not be called by damage sources causing death.
Reimplemented in pocketmine\entity\Human, and pocketmine\player\Player.
Definition at line 479 of file Living.php.
|
inherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 541 of file Living.php.
|
inherited |
Player[] | null | $targets |
Reimplemented in pocketmine\player\Player.
Definition at line 1721 of file Entity.php.
|
protectedinherited |
Definition at line 819 of file Entity.php.
|
protectedinherited |
Definition at line 801 of file Entity.php.
|
inherited |
Broadcasts a sound caused by the entity. If the entity is considered "silent", the sound will be dropped.
Player[] | null | $targets |
Reimplemented in pocketmine\player\Player.
Definition at line 1729 of file Entity.php.
|
protectedinherited |
Definition at line 376 of file Living.php.
|
inherited |
Definition at line 767 of file Entity.php.
|
inherited |
Returns whether this entity can be moved by currents in liquids.
Reimplemented in pocketmine\entity\object\FallingBlock, and pocketmine\player\Player.
Definition at line 1331 of file Entity.php.
|
inherited |
Returns whether players can rename this entity using a name tag. Note that plugins can still name entities using setNameTag().
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\player\Player.
Definition at line 144 of file Living.php.
pocketmine\entity\WaterAnimal::canBreathe | ( | ) |
Returns whether the entity can currently breathe.
Reimplemented from pocketmine\entity\Living.
Definition at line 37 of file WaterAnimal.php.
|
inherited |
Returns whether the entity is able to climb blocks such as ladders or vines.
Definition at line 375 of file Entity.php.
|
inherited |
Returns whether this entity is climbing a block. By default this is only true if the entity is climbing a ladder or vine or similar block.
Definition at line 390 of file Entity.php.
|
inherited |
Definition at line 763 of file Entity.php.
|
inherited |
Returns whether this entity will be saved when its chunk is unloaded.
Reimplemented in pocketmine\entity\object\ItemEntity, and pocketmine\player\Player.
Definition at line 466 of file Entity.php.
|
protectedinherited |
Definition at line 1335 of file Entity.php.
|
protectedinherited |
Definition at line 1279 of file Entity.php.
|
protectedinherited |
Definition at line 868 of file Entity.php.
|
finalinherited |
Closes the entity and frees attached references.
WARNING: Entities are unusable after this has been executed!
Definition at line 1621 of file Entity.php.
|
inherited |
Causes the mob to consume the given Consumable object, applying applicable effects, health bonuses, food bonuses, etc.
Reimplemented in pocketmine\entity\Human.
Definition at line 340 of file Living.php.
|
inherited |
Damages the worn armour according to the amount of damage given. Each 4 points (rounded down) deals 1 damage point to each armour piece, but never less than 1 total.
Definition at line 519 of file Living.php.
|
protectedinherited |
Called to deal damage to entities when they are on fire.
Definition at line 758 of file Entity.php.
|
inherited |
Definition at line 1568 of file Entity.php.
|
inherited |
Definition at line 1582 of file Entity.php.
|
protectedinherited |
Called when the entity is disposed, after all events have been fired. This should be used to perform destructive circular object references and things which could impact memory usage.
It is expected that the object is unusable after this is called.
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\entity\Human, and pocketmine\player\Player.
Definition at line 996 of file Living.php.
|
protectedinherited |
Ticks the entity's air supply, consuming it when underwater and regenerating it when out of water.
Definition at line 760 of file Living.php.
|
protectedinherited |
Definition at line 605 of file Living.php.
|
protectedinherited |
Definition at line 734 of file Entity.php.
|
protectedinherited |
Definition at line 661 of file Living.php.
|
protectedinherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 665 of file Living.php.
|
inherited |
Definition at line 722 of file Entity.php.
|
inherited |
Flags the entity to be removed from the world on the next tick.
Definition at line 1600 of file Entity.php.
|
inherited |
Definition at line 237 of file Living.php.
|
inherited |
Returns the number of ticks remaining in the entity's air supply. Note that the entity may survive longer than this amount of time without damage due to enchantments such as Respiration.
Definition at line 819 of file Living.php.
|
finalprotectedinherited |
Definition at line 1687 of file Entity.php.
|
inherited |
Definition at line 430 of file Living.php.
|
inherited |
Returns how many armour points this mob has. Armour points provide a percentage reduction to damage. For mobs which can wear armour, this should return the sum total of the armour points provided by their equipment.
Definition at line 409 of file Living.php.
|
inherited |
Definition at line 633 of file Entity.php.
|
protectedinherited |
Definition at line 1313 of file Entity.php.
|
protectedinherited |
Yields all the blocks whose full-cube areas are intersected by the entity's AABB.
@phpstan-return \Generator<int, Block, void, void>
Definition at line 1291 of file Entity.php.
|
inherited |
Definition at line 306 of file Entity.php.
|
inherited |
Definition at line 970 of file Entity.php.
|
inherited |
Definition at line 961 of file Entity.php.
|
finalprotectedinherited |
Definition at line 1675 of file Entity.php.
|
inherited |
Returns the name used to describe this entity in chat and command outputs.
Reimplemented in pocketmine\player\Player.
Definition at line 216 of file Living.php.
|
inherited |
Reimplemented in pocketmine\entity\Human, pocketmine\entity\Squid, pocketmine\entity\Zombie, and pocketmine\player\Player.
Definition at line 858 of file Living.php.
|
inherited |
Definition at line 332 of file Living.php.
|
inherited |
Definition at line 1117 of file Entity.php.
|
inherited |
Definition at line 1121 of file Entity.php.
|
inherited |
Definition at line 1082 of file Entity.php.
|
inherited |
Definition at line 698 of file Entity.php.
|
inherited |
Definition at line 753 of file Living.php.
|
inherited |
Definition at line 823 of file Entity.php.
|
inherited |
Definition at line 590 of file Entity.php.
|
inherited |
Returns the highest level of the specified enchantment on any armour piece that the entity is currently wearing.
Definition at line 421 of file Living.php.
|
inherited |
Definition at line 942 of file Entity.php.
|
inherited |
Definition at line 1500 of file Entity.php.
|
protectedinherited |
Returns the percentage by which the entity's velocity is reduced per tick when moving through air. The entity's velocity is multiplied by 1 minus this value.
Reimplemented from pocketmine\entity\Entity.
Definition at line 138 of file Living.php.
|
protectedinherited |
Returns the downwards acceleration of the entity when falling, in blocks/tick².
Reimplemented from pocketmine\entity\Entity.
Definition at line 140 of file Living.php.
|
inherited |
Returns the initial upwards velocity of a jumping entity in blocks/tick, including additional velocity due to effects.
Definition at line 363 of file Living.php.
|
inherited |
Definition at line 629 of file Entity.php.
|
inherited |
true[] | $transparent | @phpstan-param array<int, true> $transparent |
Definition at line 875 of file Living.php.
|
inherited |
Definition at line 1361 of file Entity.php.
|
inherited |
Returns the maximum amount of air ticks the entity's air supply can contain.
Definition at line 834 of file Living.php.
|
inherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 229 of file Living.php.
|
inherited |
Definition at line 1424 of file Entity.php.
|
inherited |
Definition at line 301 of file Living.php.
|
abstractinherited |
Reimplemented in pocketmine\player\Player.
|
inherited |
Definition at line 250 of file Entity.php.
|
inherited |
Definition at line 637 of file Entity.php.
|
inherited |
Definition at line 797 of file Entity.php.
|
inherited |
Returns the owning entity, or null if the entity was not found.
Definition at line 412 of file Entity.php.
References pocketmine\server().
|
inherited |
Returns the entity ID of the owning entity, or null if the entity doesn't have an owner.
Definition at line 405 of file Entity.php.
|
inherited |
Returns the item that players will equip when middle-clicking on this entity.
Reimplemented in pocketmine\entity\object\EndCrystal, pocketmine\entity\object\FallingBlock, pocketmine\entity\object\Painting, pocketmine\entity\object\PrimedTNT, pocketmine\entity\Squid, pocketmine\entity\Villager, and pocketmine\entity\Zombie.
Definition at line 1593 of file Entity.php.
|
inherited |
Definition at line 1357 of file Entity.php.
|
inherited |
Definition at line 294 of file Entity.php.
|
inherited |
Definition at line 285 of file Entity.php.
|
inherited |
Definition at line 323 of file Entity.php.
|
inherited |
Definition at line 1275 of file Entity.php.
|
inherited |
true[] | $transparent | @phpstan-param array<int, true> $transparent |
Definition at line 916 of file Living.php.
|
inherited |
Returns the entity's target entity, or null if not found. This is used for things like hostile mobs attacking entities, and for fishing rods reeling hit entities in.
Definition at line 443 of file Entity.php.
References pocketmine\server().
|
inherited |
Returns the entity ID of the entity's target, or null if it doesn't have a target.
Definition at line 435 of file Entity.php.
|
inherited |
Definition at line 1507 of file Entity.php.
|
inherited |
Definition at line 1365 of file Entity.php.
|
inherited |
Returns the amount of XP this mob will drop on death.
Reimplemented in pocketmine\entity\Human, pocketmine\entity\Zombie, and pocketmine\player\Player.
Definition at line 865 of file Living.php.
|
inherited |
Definition at line 832 of file Entity.php.
|
inherited |
Returns whether the entity needs a movement update on the next tick.
Reimplemented in pocketmine\entity\object\Painting, and pocketmine\entity\projectile\Projectile.
Definition at line 1072 of file Entity.php.
|
inherited |
Returns whether clients may predict this entity's behaviour and movement. Used for things like water movement, burning, and movement smoothing (interpolation).
Definition at line 337 of file Entity.php.
|
inherited |
Definition at line 555 of file Entity.php.
|
protectedinherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 148 of file Living.php.
|
inherited |
Definition at line 586 of file Entity.php.
pocketmine\entity\WaterAnimal::isBaby | ( | ) |
Implements pocketmine\entity\Ageable.
Definition at line 33 of file WaterAnimal.php.
|
inherited |
Returns whether the entity is currently breathing or not. If this is false, the entity's air supply will be used.
Definition at line 802 of file Living.php.
|
inherited |
Returns whether the entity has been "closed".
Definition at line 1612 of file Entity.php.
|
inherited |
Definition at line 730 of file Entity.php.
|
inherited |
Definition at line 1605 of file Entity.php.
|
inherited |
Definition at line 269 of file Living.php.
|
inherited |
Definition at line 1147 of file Entity.php.
|
inherited |
Definition at line 354 of file Entity.php.
|
inherited |
Definition at line 258 of file Entity.php.
|
inherited |
Definition at line 254 of file Entity.php.
|
inherited |
Definition at line 686 of file Entity.php.
|
inherited |
Definition at line 1457 of file Entity.php.
|
inherited |
Definition at line 363 of file Entity.php.
|
inherited |
Definition at line 245 of file Living.php.
|
inherited |
Definition at line 255 of file Living.php.
|
inherited |
Definition at line 279 of file Living.php.
|
inherited |
Definition at line 1136 of file Entity.php.
|
inherited |
Called when the entity jumps from the ground. This method adds upwards velocity to the entity.
Reimplemented in pocketmine\entity\Human, and pocketmine\player\Player.
Definition at line 370 of file Living.php.
|
inherited |
Definition at line 564 of file Entity.php.
|
inherited |
Definition at line 609 of file Living.php.
|
inherited |
Changes the entity's yaw and pitch to make it look at the specified Vector3 position. For mobs, this will cause their heads to turn.
Definition at line 929 of file Living.php.
|
protectedinherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 705 of file Living.php.
|
staticinherited |
Returns a new runtime entity ID for a new entity.
Definition at line 105 of file Entity.php.
pocketmine\entity\WaterAnimal::onAirExpired | ( | ) |
Called when the entity's air supply ticks reaches -20 or lower. The entity will usually take damage at this point and then the supply is reset to 0, so this method will be called roughly every second.
Reimplemented from pocketmine\entity\Living.
Definition at line 41 of file WaterAnimal.php.
|
inherited |
Definition at line 1125 of file Entity.php.
|
protectedinherited |
Override this to do actions on death.
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\player\Player.
Definition at line 633 of file Living.php.
|
protectedinherited |
Called to tick entities while dead. Returns whether the entity should be flagged for despawn yet.
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\player\Player.
Definition at line 646 of file Living.php.
|
protectedinherited |
Called when the entity is disposed to clean up things like viewers. This SHOULD NOT destroy internal state, because it may be needed by descendent classes.
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\entity\Human, and pocketmine\player\Player.
Definition at line 989 of file Living.php.
|
protectedinherited |
Called from onUpdate() on the first tick of a new entity. This is called before any movement processing or main ticking logic. Use this to fire any events related to spawning the entity.
Reimplemented in pocketmine\entity\object\ItemEntity.
Definition at line 978 of file Entity.php.
|
protectedinherited |
Called when a falling entity hits the ground.
Reimplemented from pocketmine\entity\Entity.
Definition at line 380 of file Living.php.
Called when interacted or tapped by a Player. Returns whether something happened as a result of the interaction.
Definition at line 1132 of file Entity.php.
|
inherited |
Definition at line 1046 of file Entity.php.
|
inherited |
Called when a random update is performed on the chunk the entity is in. This happens when the chunk is within the ticking chunk range of a player (or chunk loader).
Reimplemented in pocketmine\entity\object\Painting.
Definition at line 1055 of file Entity.php.
|
inherited |
Definition at line 982 of file Entity.php.
|
protectedinherited |
Definition at line 310 of file Entity.php.
|
inherited |
Definition at line 1088 of file Entity.php.
|
protectedinherited |
Definition at line 1419 of file Entity.php.
|
inherited |
Definition at line 1557 of file Entity.php.
|
inherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 309 of file Living.php.
|
finalinherited |
Definition at line 1039 of file Entity.php.
|
inherited |
Player[] | null | $targets | |
MetadataProperty[] | $data | Properly formatted entity data, defaults to everything |
@phpstan-param array<int, MetadataProperty> $data
Reimplemented in pocketmine\player\Player.
Definition at line 1664 of file Entity.php.
|
protectedinherited |
Called by spawnTo() to send whatever packets needed to spawn the entity to the client.
Reimplemented from pocketmine\entity\Entity.
Reimplemented in pocketmine\entity\Human.
Definition at line 945 of file Living.php.
|
inherited |
Definition at line 241 of file Living.php.
|
inherited |
Sets the number of air ticks left in the entity's air supply.
Definition at line 826 of file Living.php.
|
inherited |
Sets whether the entity is currently breathing. If false, it will cause the entity's air supply to be used. For players, this also shows the oxygen bar.
Definition at line 810 of file Living.php.
|
inherited |
Sets whether the entity is able to climb climbable blocks.
Definition at line 382 of file Entity.php.
|
inherited |
Sets whether the entity is climbing a block. If true, the entity can climb anything.
Definition at line 397 of file Entity.php.
|
inherited |
Sets whether this entity will be saved when its chunk is unloaded. This can be used to prevent the entity being saved to disk.
Reimplemented in pocketmine\player\Player.
Definition at line 474 of file Entity.php.
|
inherited |
Definition at line 1084 of file Entity.php.
|
inherited |
|
finalinherited |
Flags the entity as needing a movement update on the next tick. Setting this forces a movement update even if the entity's motion is zero. Used to trigger movement updates when blocks change near entities.
Definition at line 1063 of file Entity.php.
|
inherited |
Definition at line 273 of file Living.php.
|
inherited |
Definition at line 827 of file Entity.php.
|
inherited |
Definition at line 836 of file Entity.php.
|
inherited |
Sets the health of the Entity. This won't send any update to the players
Reimplemented from pocketmine\entity\Entity.
Definition at line 220 of file Living.php.
Referenced by pocketmine\entity\effect\HealthBoostEffect\remove().
|
inherited |
Definition at line 358 of file Entity.php.
|
inherited |
Definition at line 625 of file Entity.php.
|
inherited |
Sets the maximum amount of air ticks the air supply can hold.
Definition at line 841 of file Living.php.
|
inherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 233 of file Living.php.
|
inherited |
Definition at line 1428 of file Entity.php.
|
inherited |
Definition at line 305 of file Living.php.
|
inherited |
Definition at line 270 of file Entity.php.
|
inherited |
Definition at line 280 of file Entity.php.
|
inherited |
Definition at line 275 of file Entity.php.
|
inherited |
Things such as movement in water, burning, etc. may be predicted by the client. This is sometimes not desirable, since server-side logic may differ from client-side prediction. However, things like movement smoothing (interpolation) are also controlled by this, so it should be used with care.
Setting this flag will also disable player movement inputs, but this should not be relied on, as cheat clients will be able to bypass it.
Definition at line 349 of file Entity.php.
|
inherited |
Reimplemented from pocketmine\entity\Entity.
Definition at line 434 of file Living.php.
|
inherited |
Sets the owner of the entity. Passing null will remove the current owner.
InvalidArgumentException if the supplied entity is not valid
Definition at line 421 of file Entity.php.
|
protectedinherited |
Definition at line 1369 of file Entity.php.
|
protectedinherited |
Definition at line 1409 of file Entity.php.
|
inherited |
Definition at line 1401 of file Entity.php.
|
inherited |
Definition at line 298 of file Entity.php.
|
inherited |
Definition at line 289 of file Entity.php.
|
inherited |
Definition at line 367 of file Entity.php.
|
protectedinherited |
Definition at line 327 of file Entity.php.
|
inherited |
Definition at line 249 of file Living.php.
|
inherited |
Definition at line 259 of file Living.php.
|
inherited |
Definition at line 1271 of file Entity.php.
|
inherited |
Definition at line 283 of file Living.php.
|
inherited |
Sets the entity's target entity. Passing null will remove the current target.
InvalidArgumentException if the target entity is not valid
Definition at line 452 of file Entity.php.
|
inherited |
Definition at line 1536 of file Entity.php.
|
inherited |
Definition at line 1548 of file Entity.php.
|
protectedinherited |
Definition at line 657 of file Living.php.
|
protected |
Reimplemented from pocketmine\entity\Living.
Definition at line 46 of file WaterAnimal.php.
|
inherited |
Vector3 | Position | Location | $pos |
Reimplemented in pocketmine\player\Player.
Definition at line 1464 of file Entity.php.
Referenced by pocketmine\item\ChorusFruit\onConsume().
|
protectedinherited |
Definition at line 844 of file Entity.php.
|
protectedinherited |
Definition at line 1092 of file Entity.php.
|
protectedinherited |
Definition at line 771 of file Entity.php.
|
protectedinherited |
Definition at line 127 of file Living.php.
|
protectedinherited |
Definition at line 175 of file Entity.php.
|
protectedinherited |
Definition at line 120 of file Living.php.
|
protectedinherited |
Definition at line 111 of file Living.php.
|
protectedinherited |
Definition at line 157 of file Entity.php.
|
protected |
Definition at line 31 of file WaterAnimal.php.
|
protectedinherited |
Definition at line 122 of file Entity.php.
|
inherited |
Definition at line 131 of file Entity.php.
|
protectedinherited |
Definition at line 122 of file Living.php.
|
protectedinherited |
Definition at line 123 of file Living.php.
|
protectedinherited |
Definition at line 179 of file Entity.php.
|
protectedinherited |
Definition at line 180 of file Entity.php.
|
protectedinherited |
Definition at line 165 of file Entity.php.
|
inherited |
Definition at line 113 of file Living.php.
|
protectedinherited |
Definition at line 160 of file Entity.php.
|
protectedinherited |
Definition at line 118 of file Living.php.
|
inherited |
Definition at line 143 of file Entity.php.
|
protectedinherited |
Definition at line 146 of file Entity.php.
|
protectedinherited |
Definition at line 128 of file Entity.php.
|
protectedinherited |
Definition at line 133 of file Living.php.
|
protectedinherited |
Definition at line 159 of file Entity.php.
|
protectedinherited |
Definition at line 161 of file Entity.php.
|
protectedinherited |
Definition at line 113 of file Entity.php.
|
protectedinherited |
Definition at line 126 of file Living.php.
|
protectedinherited |
Definition at line 115 of file Entity.php.
|
protectedinherited |
Definition at line 182 of file Entity.php.
|
inherited |
Definition at line 150 of file Entity.php.
|
inherited |
Definition at line 151 of file Entity.php.
|
inherited |
Definition at line 152 of file Entity.php.
|
protectedinherited |
Definition at line 116 of file Living.php.
|
protectedinherited |
Definition at line 155 of file Entity.php.
|
inherited |
Definition at line 141 of file Entity.php.
|
protectedinherited |
Definition at line 128 of file Living.php.
|
protectedinherited |
Definition at line 119 of file Entity.php.
|
protectedinherited |
Definition at line 125 of file Entity.php.
|
protectedinherited |
Definition at line 127 of file Entity.php.
|
inherited |
Definition at line 145 of file Entity.php.
|
protectedinherited |
Definition at line 124 of file Entity.php.
|
protectedinherited |
Definition at line 124 of file Living.php.
|
protectedinherited |
Definition at line 114 of file Living.php.
|
protectedinherited |
Definition at line 126 of file Entity.php.
|
protectedinherited |
Definition at line 129 of file Living.php.
|
protectedinherited |
Definition at line 173 of file Entity.php.
|
protectedinherited |
Definition at line 174 of file Entity.php.
|
protectedinherited |
Definition at line 171 of file Entity.php.
|
protectedinherited |
Definition at line 181 of file Entity.php.
|
inherited |
Definition at line 154 of file Entity.php.
|
inherited |
Definition at line 132 of file Entity.php.
|
protectedinherited |
Definition at line 185 of file Entity.php.
|
protectedinherited |
Definition at line 177 of file Entity.php.
|
protectedinherited |
Definition at line 176 of file Entity.php.
|
protectedinherited |
Definition at line 163 of file Entity.php.
|
protectedinherited |
Definition at line 183 of file Entity.php.
|
inherited |
Definition at line 134 of file Entity.php.
|
protectedinherited |
Definition at line 132 of file Living.php.
|
protectedinherited |
Definition at line 131 of file Living.php.
|
protectedinherited |
Definition at line 140 of file Entity.php.
|
protectedinherited |
Definition at line 134 of file Living.php.
|
protectedinherited |
Definition at line 186 of file Entity.php.
|
inherited |
Definition at line 144 of file Entity.php.
|
protectedinherited |
Definition at line 169 of file Entity.php.
|
protectedinherited |
Definition at line 139 of file Entity.php.
|
protectedinherited |
Definition at line 88 of file Living.php.
|
inherited |
The default knockback multiplier when an entity is hit by another entity. Larger values knock the entity back with increased velocity.
Definition at line 94 of file Living.php.
|
inherited |
Limit of an entity's vertical knockback velocity when hit by another entity. Without this limit, the entity may be knocked far up into the air with large knockback forces.
Definition at line 99 of file Living.php.
|
inherited |
Definition at line 88 of file Entity.php.
|
protectedinherited |
Definition at line 89 of file Entity.php.
|
inherited |
Definition at line 97 of file Entity.php.
|
inherited |
Definition at line 96 of file Entity.php.
|
inherited |
Definition at line 98 of file Entity.php.