mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 07:02:18 -07:00
[ci skip] Fix spelling of ignition's word into javadoc (#11864)
This commit is contained in:
@@ -89,7 +89,7 @@ public interface Attribute extends OldEnum<Attribute>, Keyed, Translatable, net.
|
|||||||
*/
|
*/
|
||||||
Attribute JUMP_STRENGTH = getAttribute("jump_strength");
|
Attribute JUMP_STRENGTH = getAttribute("jump_strength");
|
||||||
/**
|
/**
|
||||||
* How long an entity remains burning after ingition.
|
* How long an entity remains burning after ignition.
|
||||||
*/
|
*/
|
||||||
Attribute BURNING_TIME = getAttribute("burning_time");
|
Attribute BURNING_TIME = getAttribute("burning_time");
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user