forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce sidedness for client packages (FabricMC#3879)
* Enforce sidedness for client packages * Rename SmoothUtil
- Loading branch information
Showing
18 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...lient/render/CameraSubmersionType.mapping → .../block/enums/CameraSubmersionType.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CLASS net/minecraft/class_5636 net/minecraft/client/render/CameraSubmersionType | ||
CLASS net/minecraft/class_5636 net/minecraft/block/enums/CameraSubmersionType | ||
COMMENT This class contains the various "fluids" and is used for camera rendering. | ||
COMMENT | ||
COMMENT @see Camera#getSubmersionType() |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
mappings/net/minecraft/client/render/entity/feature/SkinOverlayOwner.mapping
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS net/minecraft/class_4582 net/minecraft/entity/SkinOverlayOwner | ||
METHOD method_6872 shouldRenderOverlay ()Z |
2 changes: 1 addition & 1 deletion
2
...t/client/render/BlockBreakingInfo.mapping → ...t/entity/player/BlockBreakingInfo.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ent/render/entity/PlayerModelPart.mapping → ...aft/entity/player/PlayerModelPart.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_5631 net/minecraft/item/tooltip/BundleTooltipData |
2 changes: 1 addition & 1 deletion
2
...et/minecraft/item/TooltipAppender.mapping → ...raft/item/tooltip/TooltipAppender.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_5632 net/minecraft/item/tooltip/TooltipData |
2 changes: 1 addition & 1 deletion
2
...minecraft/client/item/TooltipType.mapping → ...inecraft/item/tooltip/TooltipType.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aft/client/particle/ParticleGroup.mapping → .../minecraft/particle/ParticleGroup.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...inecraft/client/util/ParticleUtil.mapping → ...t/minecraft/particle/ParticleUtil.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../minecraft/client/sound/MusicType.mapping → ...ngs/net/minecraft/sound/MusicType.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../minecraft/client/util/SmoothUtil.mapping → .../net/minecraft/util/math/Smoother.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../client/color/world/FoliageColors.mapping → ...necraft/world/biome/FoliageColors.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ft/client/color/world/GrassColors.mapping → ...minecraft/world/biome/GrassColors.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../client/world/ClientEntityManager.mapping → .../world/entity/ClientEntityManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters