Fix all spelling errors in yarn* since 1.16 (#1683)

* Fix spelling errors

* WarnList -> Warnlist
This commit is contained in:
Joseph Burton 2020-08-13 18:12:27 +01:00 committed by GitHub
parent 416df08bcb
commit 54fefe633e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ CLASS net/minecraft/class_4174 net/minecraft/item/FoodComponent
COMMENT
COMMENT <p>One hunger is equivalent to half of a hunger bar icon.
METHOD method_19231 getSaturationModifier ()F
COMMENT Gets the staturation modifier of a food item.
COMMENT Gets the saturation modifier of a food item.
COMMENT
COMMENT <p>This value is typically used to determine how long a player can sustain the current hunger value before the hunger is used.
METHOD method_19232 isMeat ()Z

View File

@ -51,7 +51,7 @@ CLASS net/minecraft/class_3195 net/minecraft/world/gen/feature/StructureFeature
ARG 5 chunkX
ARG 6 chunkY
METHOD method_27219 isUniformDistribution ()Z
COMMENT If true, this structure's start position will be uniformy distributed within
COMMENT If true, this structure's start position will be uniformly distributed within
COMMENT a placement grid cell. If false, the structure's starting point will be biased
COMMENT towards the center of the cell.
METHOD method_28656 createStart (IILnet/minecraft/class_3341;IJ)Lnet/minecraft/class_3449;