Commits

x9nico authored and md_5 committed 23029a34a0e
#1091: Fix spelling of ignition's word into javadoc
No tags

src/main/java/org/bukkit/attribute/Attribute.java

Modified
82 82 Attribute STEP_HEIGHT = getAttribute("step_height");
83 83 /**
84 84 * The gravity applied to an Entity.
85 85 */
86 86 Attribute GRAVITY = getAttribute("gravity");
87 87 /**
88 88 * Strength with which an Entity will jump.
89 89 */
90 90 Attribute JUMP_STRENGTH = getAttribute("jump_strength");
91 91 /**
92 - * How long an entity remains burning after ingition.
92 + * How long an entity remains burning after ignition.
93 93 */
94 94 Attribute BURNING_TIME = getAttribute("burning_time");
95 95 /**
96 96 * Resistance to knockback from explosions.
97 97 */
98 98 Attribute EXPLOSION_KNOCKBACK_RESISTANCE = getAttribute("explosion_knockback_resistance");
99 99 /**
100 100 * Movement speed through difficult terrain.
101 101 */
102 102 Attribute MOVEMENT_EFFICIENCY = getAttribute("movement_efficiency");

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut