|
| 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.text.TranslatableText TranslatableText(java.lang.String) 0"> |
| 25 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"> |
| 26 | + <val name="foldMethod" val="true"/> |
| 27 | + </annotation> |
| 28 | + </item> |
| 29 | + <item name="net.minecraft.text.TranslatableText TranslatableText(java.lang.String, java.lang.Object...) 0"> |
| 30 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"> |
| 31 | + <val name="foldMethod" val="true"/> |
| 32 | + </annotation> |
| 33 | + </item> |
| 34 | + <item name="net.minecraft.text.Text net.minecraft.text.MutableText translatable(java.lang.String) 0"> |
| 35 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"> |
| 36 | + <val name="foldMethod" val="true"/> |
| 37 | + </annotation> |
| 38 | + </item> |
| 39 | + <item name="net.minecraft.text.Text net.minecraft.text.MutableText translatable(java.lang.String, java.lang.Object...) 0"> |
| 40 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"> |
| 41 | + <val name="foldMethod" val="true"/> |
| 42 | + </annotation> |
| 43 | + </item> |
| 44 | + <item name="net.minecraft.text.Text net.minecraft.text.MutableText translatableWithFallback(java.lang.String, java.lang.String) 0"> |
| 45 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"/> |
| 46 | + </item> |
| 47 | + <item name="net.minecraft.text.Text net.minecraft.text.MutableText translatableWithFallback(java.lang.String, java.lang.String, java.lang.Object...) 0"> |
| 48 | + <annotation name="com.demonwav.mcdev.annotations.Translatable"/> |
| 49 | + </item> |
| 50 | +</root> |
0 commit comments