File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
externalAnnotations/net/minecraft Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Minecraft Development for IntelliJ
3
+
4
+ https://mcdev.io/
5
+
6
+ Copyright (C) 2023 minecraft-dev
7
+
8
+ This program is free software: you can redistribute it and/or modify
9
+ it under the terms of the GNU Lesser General Public License as published
10
+ by the Free Software Foundation, version 3.0 only.
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU General Public License for more details.
16
+
17
+ You should have received a copy of the GNU Lesser General Public License
18
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ -->
20
+
21
+ <root >
22
+ <item name =" net.minecraft.client.resources.I18n java.lang.String format(java.lang.String, java.lang.Object...) 0" >
23
+ <annotation name =" com.demonwav.mcdev.annotations.Translatable" >
24
+ <val name =" foldMethod" val =" true" />
25
+ <val name =" allowArbitraryArgs" val =" true" />
26
+ </annotation >
27
+ </item >
28
+ <item name =" net.minecraft.client.resources.I18n boolean hasKey(java.lang.String) 0" >
29
+ <annotation name =" com.demonwav.mcdev.annotations.Translatable" />
30
+ </item >
31
+ </root >
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Minecraft Development for IntelliJ
3
+
4
+ https://mcdev.io/
5
+
6
+ Copyright (C) 2023 minecraft-dev
7
+
8
+ This program is free software: you can redistribute it and/or modify
9
+ it under the terms of the GNU Lesser General Public License as published
10
+ by the Free Software Foundation, version 3.0 only.
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU General Public License for more details.
16
+
17
+ You should have received a copy of the GNU Lesser General Public License
18
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
19
+ -->
20
+
21
+ <!-- Yarn mappings -->
22
+
23
+ <root >
24
+ <item name =" net.minecraft.util.text.TranslationTextComponent TranslationTextComponent(java.lang.String) 0" >
25
+ <annotation name =" com.demonwav.mcdev.annotations.Translatable" />
26
+ </item >
27
+ <item name =" net.minecraft.util.text.TranslationTextComponent TranslationTextComponent(java.lang.String, java.lang.Object...) 0" >
28
+ <annotation name =" com.demonwav.mcdev.annotations.Translatable" >
29
+ <val name =" foldMethod" val =" true" />
30
+ <val name =" allowArbitraryArgs" val =" true" />
31
+ </annotation >
32
+ </item >
33
+ </root >
You can’t perform that action at this time.
0 commit comments