Template:MC/Infobox entitymotion
More actions
Template:Infobox entitymotion <templatedata> { "params": { "name": { "label": "Name", "description": "The name of the entity", "example": "Ender Pearl", "type": "string", "required": true }, "order": { "label": "Ticking order", "description": "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.", "example": "adp", "type": "string", "suggestedvalues": [ "pad", "pda", "dap", "dpa", "apd", "adp" ], "required": true }, "gravity": { "label": "Gravity", "description": "The gravity in blocks/tick. For fireball-like entities, input the acceleration instead.", "example": "0.03", "type": "number", "required": true }, "drag": { "label": "Drag", "description": "The drag factor. Use this one if drag_h and drag_v are equal.", "example": "0.99", "type": "number" }, "drag_h": { "label": "Horizontal drag", "description": "The horizontal drag factor", "example": "0.99", "type": "number" }, "drag_v": { "label": "Vertical drag", "description": "The vertical drag factor", "example": "0.99", "type": "number" }, "hurting_projectile": { "label": "Hurting projectile", "description": "Set to true if the entity inherits its movement from AbstractHurtingProjectile.", "example": "true", "type": "boolean" }, "gravity_float": { "label": "Is gravity a float?", "description": "If true, adds (float). If false or missing, adds (double)", "example": "true", "type": "boolean" }, "drag_float": { "label": "Is drag a float?", "description": "If true, adds (float). If false or missing, adds (double)", "example": "true", "type": "boolean" }, "drag_h_float": { "label": "Is horizontal drag a float?", "description": "If true, adds (float). If false or missing, adds (double)", "example": "true", "type": "boolean" }, "drag_v_float": { "label": "Is vertical drag a float?", "description": "If true, adds (float). If false or missing, adds (double)", "example": "true", "type": "boolean" } }, "description": "An infobox for information about how an entity moves.", "paramOrder": [ "name", "order", "gravity", "gravity_float", "drag", "drag_float", "drag_h", "drag_h_float", "drag_v", "drag_v_float", "hurting_projectile" ], "format": "inline" } </templatedata> Script error: No such module "infobox".