VOOZH about

URL: https://minecraft.wiki/w/Template:Infobox_entitymotion

⇱ Template:Infobox entitymotion – Minecraft Wiki


Template:Infobox entitymotion

From Minecraft Wiki
Jump to navigation Jump to search


Ender Pearl Motion
Main article: Entity § Motion
Ticking order Acceleration, Drag, Position
Gravity 0.03 (double)
Drag 0.99 (double)
Terminal velocity 2.97 b/t (59.4 m/s)
Maximum travel 99 blocks per b/t of initial velocity
{
 "title": "Ender Pearl Motion <div role=\"note\" class=\"hatnote searchaux \">Main article: [[Entity#Motion|Entity § Motion]]</div>",
 "rows": [
 {
 "field": "Acceleration, Drag, Position",
 "label": "Ticking order"
 },
 {
 "field": "0.03 ([https://en.wikipedia.org/wiki/Double-precision_floating-point_format double])",
 "label": "Gravity"
 },
 {
 "field": "0.99 ([https://en.wikipedia.org/wiki/Double-precision_floating-point_format double])",
 "label": "Drag"
 },
 {
 "field": "2.97 b/t (59.4 m/s)",
 "label": "Terminal velocity"
 },
 {
 "field": "99 blocks per b/t of initial velocity",
 "label": "Maximum travel"
 }
 ],
 "invimages": [],
 "images": []
}

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the entity

Example
Ender Pearl
Stringrequired
Ticking orderorder

The order in which the entity ticks. Can be one of pad, pda, dap, dpa, apd, adp, where p is position, d is drag, a is acceleration.

Suggested values
pad pda dap dpa apd adp
Example
adp
Stringrequired
Gravitygravity

The gravity in blocks/tick. For fireball-like entities, input the acceleration instead.

Example
0.03
Numberrequired
Is gravity a float?gravity_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Dragdrag

The drag factor. Use this one if drag_h and drag_v are equal.

Example
0.99
Numberoptional
Is drag a float?drag_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Horizontal dragdrag_h

The horizontal drag factor

Example
0.99
Numberoptional
Is horizontal drag a float?drag_h_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Vertical dragdrag_v

The vertical drag factor

Example
0.99
Numberoptional
Is vertical drag a float?drag_v_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Hurting projectilehurting_projectile

Set to true if the entity inherits its movement from AbstractHurtingProjectile.

Example
true
Booleanoptional
{{{name}}} Motion
Main article: Entity § Motion
Ticking order
Gravity {{{gravity}}} (double)
Terminal velocity b/t (Expression error: Missing operand for *. m/s)
Maximum travel blocks per b/t of initial velocity
{
 "title": "{{{name}}} Motion <div role=\"note\" class=\"hatnote searchaux \">Main article: [[Entity#Motion|Entity § Motion]]</div>",
 "rows": [
 {
 "field": "",
 "label": "Ticking order"
 },
 {
 "field": "{{{gravity}}} ([https://en.wikipedia.org/wiki/Double-precision_floating-point_format double])",
 "label": "Gravity"
 },
 {
 "field": "b/t (<strong class=\"error\">Expression error: Missing operand for *.</strong> m/s)",
 "label": "Terminal velocity"
 },
 {
 "field": "blocks per b/t of initial velocity",
 "label": "Maximum travel"
 }
 ],
 "invimages": [],
 "images": []
}
Retrieved from "https://minecraft.wiki/w/Template:Infobox_entitymotion?oldid=3326769"

Navigation menu