-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # src/main/kotlin/util/code-gen.kt
- Loading branch information
Showing
21 changed files
with
203 additions
and
54 deletions.
There are no files selected for viewing
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
36 changes: 36 additions & 0 deletions
36
externalAnnotations/net/minecraft/client/option/annotations.xml
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,36 @@ | ||
<!-- | ||
Minecraft Development for IntelliJ | ||
https://mcdev.io/ | ||
Copyright (C) 2023 minecraft-dev | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published | ||
by the Free Software Foundation, version 3.0 only. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<!-- Yarn mappings --> | ||
|
||
<root> | ||
<item name="net.minecraft.client.option.KeyBinding KeyBinding(java.lang.String, int, java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
<item name="net.minecraft.client.option.KeyBinding KeyBinding(java.lang.String, int, java.lang.String) 2"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
<item name="net.minecraft.client.option.KeyBinding KeyBinding(java.lang.String, com.mojang.blaze3d.platform.InputConstants.Type, int, java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
<item name="net.minecraft.client.option.KeyBinding KeyBinding(java.lang.String, com.mojang.blaze3d.platform.InputConstants.Type, int, java.lang.String) 3"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
</root> |
31 changes: 31 additions & 0 deletions
31
externalAnnotations/net/minecraft/client/resource/language/annotations.xml
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,31 @@ | ||
<!-- | ||
Minecraft Development for IntelliJ | ||
https://mcdev.io/ | ||
Copyright (C) 2023 minecraft-dev | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published | ||
by the Free Software Foundation, version 3.0 only. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<!-- Yarn mappings --> | ||
<root> | ||
<item name="net.minecraft.client.resource.language.I18n java.lang.String translate(java.lang.String, java.lang.Object...) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"> | ||
<val name="foldMethod" val="true"/> | ||
</annotation> | ||
</item> | ||
<item name="net.minecraft.client.resource.language.I18n boolean hasTranslation(java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
</root> |
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,50 @@ | ||
<!-- | ||
Minecraft Development for IntelliJ | ||
https://mcdev.io/ | ||
Copyright (C) 2023 minecraft-dev | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published | ||
by the Free Software Foundation, version 3.0 only. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
--> | ||
|
||
<!-- Yarn mappings --> | ||
|
||
<root> | ||
<item name="net.minecraft.text.TranslatableText TranslatableText(java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"> | ||
<val name="foldMethod" val="true"/> | ||
</annotation> | ||
</item> | ||
<item name="net.minecraft.text.TranslatableText TranslatableText(java.lang.String, java.lang.Object...) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"> | ||
<val name="foldMethod" val="true"/> | ||
</annotation> | ||
</item> | ||
<item name="net.minecraft.text.Text net.minecraft.text.MutableText translatable(java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"> | ||
<val name="foldMethod" val="true"/> | ||
</annotation> | ||
</item> | ||
<item name="net.minecraft.text.Text net.minecraft.text.MutableText translatable(java.lang.String, java.lang.Object...) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"> | ||
<val name="foldMethod" val="true"/> | ||
</annotation> | ||
</item> | ||
<item name="net.minecraft.text.Text net.minecraft.text.MutableText translatableWithFallback(java.lang.String, java.lang.String) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
<item name="net.minecraft.text.Text net.minecraft.text.MutableText translatableWithFallback(java.lang.String, java.lang.String, java.lang.Object...) 0"> | ||
<annotation name="com.demonwav.mcdev.annotations.Translatable"/> | ||
</item> | ||
</root> |
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
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
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
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
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
Oops, something went wrong.