Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
break-core authored Dec 22, 2024
1 parent 777d98f commit 8d3de7d
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS com/mojang/realmsclient/gui/screens/RealmsCreateRealmScreen
METHOD <init> (Lcom/mojang/realmsclient/RealmsMainScreen;Lcom/mojang/realmsclient/dto/RealmsServer;Z)V
ARG 1 lastScreen
ARG 2 server
ARG 3 isSnapshor
ARG 3 isSnapshot
METHOD createSnapshotRealm (Lcom/mojang/realmsclient/dto/RealmsServer;)Lcom/mojang/realmsclient/dto/RealmsServer;
ARG 0 server
METHOD createWorld (Lcom/mojang/realmsclient/dto/RealmsServer;Z)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CLASS net/minecraft/client/model/geom/builders/PartDefinition
ARG 3 partPose
METHOD addOrReplaceChild (Ljava/lang/String;Lnet/minecraft/client/model/geom/builders/PartDefinition;)Lnet/minecraft/client/model/geom/builders/PartDefinition;
ARG 1 name
ARG 2 chuld
ARG 2 child
METHOD bake (II)Lnet/minecraft/client/model/geom/ModelPart;
ARG 1 texWidth
ARG 2 texHeight
Expand Down
2 changes: 1 addition & 1 deletion data/net/minecraft/client/renderer/LightTexture.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CLASS net/minecraft/client/renderer/LightTexture
ARG 1 partialTick
METHOD lightCoordsWithEmission (II)I
ARG 0 packedLight
ARG 1 emmision
ARG 1 emission
METHOD pack (II)I
ARG 0 blockLight
ARG 1 skyLight
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ CLASS net/minecraft/client/renderer/ScreenEffectRenderer
ARG 0 minecraft
ARG 1 poseStack
METHOD renderWater (Lnet/minecraft/client/Minecraft;Lcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;)V
ARG 0 mnecraft
ARG 0 minecraft
ARG 1 poseStack
ARG 2 bufferSource
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CLASS net/minecraft/client/renderer/WeatherEffectRenderer
ARG 3 radius
ARG 4 rainLevel
ARG 5 rainColumnInstances
ARG 6 snowCoiumnInstances
ARG 6 snowColumnInstances
METHOD render (Lnet/minecraft/client/renderer/MultiBufferSource;Lnet/minecraft/world/phys/Vec3;IFLjava/util/List;Ljava/util/List;)V
ARG 1 bufferSource
ARG 2 cameraPosition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CLASS net/minecraft/client/renderer/entity/ItemRenderer
ARG 3 leftHand
ARG 4 poseStack
ARG 5 bufferSource
ARG 6 packedLIght
ARG 6 packedLight
ARG 7 packedOverlay
ARG 8 model
METHOD renderBundleItem (Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemDisplayContext;ZLcom/mojang/blaze3d/vertex/PoseStack;Lnet/minecraft/client/renderer/MultiBufferSource;IILnet/minecraft/client/resources/model/BakedModel;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;I)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS net/minecraft/client/renderer/item/ConditionalItemModel
METHOD <init> (Lnet/minecraft/client/renderer/item/properties/conditional/ConditionalItemModelProperty;Lnet/minecraft/client/renderer/item/ItemModel;Lnet/minecraft/client/renderer/item/ItemModel;)V
ARG 1 property
ARG 2 onTrue
ARG 3 onTrueFalse
ARG 3 onFalse
CLASS Unbaked
METHOD lambda$static$0 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CLASS net/minecraft/client/resources/TextureAtlasHolder
ARG 3 atlasInfoLocation
ARG 4 metadataSections
METHOD apply (Lnet/minecraft/client/renderer/texture/SpriteLoader$Preparations;)V
ARG 1 preperations
ARG 1 preparations
METHOD getSprite (Lnet/minecraft/resources/ResourceLocation;)Lnet/minecraft/client/renderer/texture/TextureAtlasSprite;
COMMENT Gets a sprite associated with the passed resource location.
ARG 1 location
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ CLASS net/minecraft/client/resources/model/BlockStateModelLoader
ARG 3 model
METHOD loadBlockStateDefinitions (Lnet/minecraft/resources/ResourceLocation;Lnet/minecraft/world/level/block/state/StateDefinition;)V
ARG 1 blockStateId
ARG 2 stateDefenition
ARG 2 stateDefinition
METHOD loadBlockStates (Lnet/minecraft/client/resources/model/UnbakedModel;Lnet/minecraft/server/packs/resources/ResourceManager;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
ARG 0 model
ARG 1 resourceManager
ARG 2 executor
METHOD predicate (Lnet/minecraft/world/level/block/state/StateDefinition;Ljava/lang/String;)Ljava/util/function/Predicate;
ARG 0 stateDefentition
ARG 0 stateDefinition
ARG 1 properties
METHOD registerModelGroup (Ljava/lang/Iterable;)V
ARG 1 models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CLASS net/minecraft/core/cauldron/CauldronInteraction
ARG 1 pos
ARG 2 player
ARG 3 hand
ARG 4 filledStackl
ARG 4 filledStack
ARG 5 state
ARG 6 emptySound
METHOD fillBucket (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/InteractionHand;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;Ljava/util/function/Predicate;Lnet/minecraft/sounds/SoundEvent;)Lnet/minecraft/world/InteractionResult;
Expand Down
2 changes: 1 addition & 1 deletion data/net/minecraft/server/network/ServerTextFilter.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CLASS net/minecraft/server/network/ServerTextFilter
ARG 2 profile
CLASS IgnoreStrategy
METHOD ignoreOverThreshold (I)Lnet/minecraft/server/network/ServerTextFilter$IgnoreStrategy;
ARG 0 theshold
ARG 0 threshold
METHOD select (I)Lnet/minecraft/server/network/ServerTextFilter$IgnoreStrategy;
ARG 0 threshold
METHOD shouldIgnore (Ljava/lang/String;I)Z
Expand Down
2 changes: 1 addition & 1 deletion data/net/minecraft/world/entity/AnimationState.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CLASS net/minecraft/world/entity/AnimationState
ARG 1 duration
ARG 2 speed
METHOD getTimeInMillis (F)J
ARG 1 gmaetime
ARG 1 gameTime
METHOD ifStarted (Ljava/util/function/Consumer;)V
ARG 1 action
METHOD start (I)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CLASS net/minecraft/world/entity/projectile/AbstractArrow
METHOD addBubblePatricles (Lnet/minecraft/world/phys/Vec3;)V
ARG 1 pos
METHOD applyInertia (F)V
ARG 1 intertia
ARG 1 inertia
METHOD doKnockback (Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/damagesource/DamageSource;)V
ARG 1 entity
ARG 2 damageSource
Expand Down
4 changes: 2 additions & 2 deletions data/net/minecraft/world/entity/projectile/Projectile.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CLASS net/minecraft/world/entity/projectile/Projectile
METHOD lambda$checkLeftOwner$0 (Lnet/minecraft/world/phys/AABB;Lnet/minecraft/world/entity/Entity;)Z
ARG 1 entity
METHOD lambda$spawnProjectileFromRotation$1 (Lnet/minecraft/world/entity/LivingEntity;FFFLnet/minecraft/world/entity/projectile/Projectile;)V
ARG 4 projectlie
ARG 4 projectile
METHOD lambda$spawnProjectileUsingShoot$2 (DDDFFLnet/minecraft/world/entity/projectile/Projectile;)V
ARG 8 projectile
METHOD lerpMotion (DDD)V
Expand Down Expand Up @@ -94,7 +94,7 @@ CLASS net/minecraft/world/entity/projectile/Projectile
ARG 3 owner
ARG 4 z
ARG 5 velocity
ARG 6 innaccuracy
ARG 6 inaccuracy
METHOD spawnProjectileUsingShoot (Lnet/minecraft/world/entity/projectile/Projectile$ProjectileFactory;Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/LivingEntity;DDDFF)Lnet/minecraft/world/entity/projectile/Projectile;
ARG 0 factory
ARG 1 level
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ CLASS net/minecraft/world/item/enchantment/EnchantmentHelper
ARG 7 onBreak
METHOD onProjectileSpawned (Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/entity/projectile/Projectile;Ljava/util/function/Consumer;)V
ARG 0 level
ARG 1 firedFiredFromWeapon
ARG 1 firedFromWeapon
ARG 2 projectile
ARG 3 onBreak
METHOD pickHighestLevel (Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/core/component/DataComponentType;)Ljava/util/Optional;
Expand Down
2 changes: 1 addition & 1 deletion data/net/minecraft/world/phys/AABB.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CLASS net/minecraft/world/phys/AABB
ARG 8 maxY
ARG 10 maxZ
ARG 12 start
ARG 13 mineDistance
ARG 13 minDistance
ARG 14 facing
ARG 15 deltaX
ARG 17 deltaY
Expand Down

0 comments on commit 8d3de7d

Please sign in to comment.