Fireworkstars46

Untitled

Jan 23rd, 2026
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:25: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  2.  
  3. import net.minecraft.src.BaseMod;
  4.  
  5. ^
  6.  
  7. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderHelper.java:32: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  8.  
  9. import net.minecraft.src.BaseMod;
  10.  
  11. ^
  12.  
  13. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:60: warning: [deprecation] Block in Mod has been deprecated
  14.  
  15. import cpw.mods.fml.common.Mod.Block;
  16.  
  17. ^
  18.  
  19. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\entity\Entity.java:1202: warning: [deprecation] getFilledPercentage(World,int,int,int) in Block has been deprecated
  20.  
  21. double filled = block.getFilledPercentage(worldObj, i, j, k);
  22.  
  23. ^
  24.  
  25. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\util\ChatMessageComponent.java:270: warning: non-varargs call of varargs method with inexact argument type for last parameter;
  26.  
  27. stringbuilder.append(StatCollector.translateToLocalFormatted(this.translationKey, astring));
  28.  
  29. ^
  30.  
  31. cast to Object for a varargs call
  32.  
  33. cast to Object[] for a non-varargs call and to suppress this warning
  34.  
  35. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemPotion.java:394: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  36.  
  37. public boolean hasEffect(ItemStack par1ItemStack)
  38.  
  39. ^
  40.  
  41. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemEnchantedBook.java:23: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  42.  
  43. public boolean hasEffect(ItemStack par1ItemStack)
  44.  
  45. ^
  46.  
  47. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderBlockRendererHandler.java:29: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  48.  
  49. private BaseMod mod;
  50.  
  51. ^
  52.  
  53. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderBlockRendererHandler.java:35: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  54.  
  55. public ModLoaderBlockRendererHandler(int renderId, boolean render3dInInventory, BaseMod mod)
  56.  
  57. ^
  58.  
  59. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderBlockRendererHandler.java:66: warning: [deprecation] renderWorldBlock(RenderBlocks,IBlockAccess,int,int,int,Block,int) in BaseMod has been deprecated
  60.  
  61. return mod.renderWorldBlock(renderer, world, x, y, z, block, modelId);
  62.  
  63. ^
  64.  
  65. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderBlockRendererHandler.java:78: warning: [deprecation] renderInvBlock(RenderBlocks,Block,int,int) in BaseMod has been deprecated
  66.  
  67. mod.renderInvBlock(renderer, block, metadata, modelID);
  68.  
  69. ^
  70.  
  71. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:61: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  72.  
  73. public static int obtainBlockModelIdFor(BaseMod mod, boolean inventoryRenderer)
  74.  
  75. ^
  76.  
  77. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:73: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  78.  
  79. BaseMod mod = (BaseMod) mc.getMod();
  80.  
  81. ^
  82.  
  83. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:73: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  84.  
  85. BaseMod mod = (BaseMod) mc.getMod();
  86.  
  87. ^
  88.  
  89. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:80: warning: [deprecation] addRenderer(Map<Class<? extends Entity>,Render>) in BaseMod has been deprecated
  90.  
  91. mod.addRenderer(renderers);
  92.  
  93. ^
  94.  
  95. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:109: warning: [deprecation] registerAnimation(Minecraft) in BaseMod has been deprecated
  96.  
  97. mod.registerAnimation(game);
  98.  
  99. ^
  100.  
  101. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:154: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  102.  
  103. return ((net.minecraft.src.BaseMod)mod).getContainerGUI((EntityClientPlayerMP) player, ID, x, y, z);
  104.  
  105. ^
  106.  
  107. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:154: warning: [deprecation] getContainerGUI(EntityClientPlayerMP,int,int,int,int) in BaseMod has been deprecated
  108.  
  109. return ((net.minecraft.src.BaseMod)mod).getContainerGUI((EntityClientPlayerMP) player, ID, x, y, z);
  110.  
  111. ^
  112.  
  113. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:161: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  114.  
  115. return ((net.minecraft.src.BaseMod)mod).spawnEntity(er.getModEntityId(), client.theWorld, input.scaledX, input.scaledY, input.scaledZ);
  116.  
  117. ^
  118.  
  119. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:161: warning: [deprecation] spawnEntity(int,World,double,double,double) in BaseMod has been deprecated
  120.  
  121. return ((net.minecraft.src.BaseMod)mod).spawnEntity(er.getModEntityId(), client.theWorld, input.scaledX, input.scaledY, input.scaledZ);
  122.  
  123. ^
  124.  
  125. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:168: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  126.  
  127. ((net.minecraft.src.BaseMod)mod).clientCustomPayload(client.thePlayer.sendQueue, packet);
  128.  
  129. ^
  130.  
  131. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:168: warning: [deprecation] clientCustomPayload(NetClientHandler,Packet250CustomPayload) in BaseMod has been deprecated
  132.  
  133. ((net.minecraft.src.BaseMod)mod).clientCustomPayload(client.thePlayer.sendQueue, packet);
  134.  
  135. ^
  136.  
  137. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:176: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  138.  
  139. ((BaseMod)mod).clientConnect((NetClientHandler)netClientHandler);
  140.  
  141. ^
  142.  
  143. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:176: warning: [deprecation] clientConnect(NetClientHandler) in BaseMod has been deprecated
  144.  
  145. ((BaseMod)mod).clientConnect((NetClientHandler)netClientHandler);
  146.  
  147. ^
  148.  
  149. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:185: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  150.  
  151. ((BaseMod)mod).clientDisconnect((NetClientHandler) managerLookups.get(manager));
  152.  
  153. ^
  154.  
  155. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderClientHelper.java:185: warning: [deprecation] clientDisconnect(NetClientHandler) in BaseMod has been deprecated
  156.  
  157. ((BaseMod)mod).clientDisconnect((NetClientHandler) managerLookups.get(manager));
  158.  
  159. ^
  160.  
  161. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderKeyBindingHandler.java:53: warning: [deprecation] BaseMod in net.minecraft.src has been deprecated
  162.  
  163. ((net.minecraft.src.BaseMod)modContainer.getMod()).keyboardEvent(kb);
  164.  
  165. ^
  166.  
  167. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\client\modloader\ModLoaderKeyBindingHandler.java:53: warning: [deprecation] keyboardEvent(KeyBinding) in BaseMod has been deprecated
  168.  
  169. ((net.minecraft.src.BaseMod)modContainer.getMod()).keyboardEvent(kb);
  170.  
  171. ^
  172.  
  173. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:29: warning: [deprecation] TradeEntry in net.minecraft.src has been deprecated
  174.  
  175. private List<TradeEntry> trades = Lists.newArrayList();
  176.  
  177. ^
  178.  
  179. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:34: warning: [deprecation] TradeEntry in net.minecraft.src has been deprecated
  180.  
  181. for (TradeEntry ent : trades)
  182.  
  183. ^
  184.  
  185. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:36: warning: [deprecation] buying in TradeEntry has been deprecated
  186.  
  187. if (ent.buying)
  188.  
  189. ^
  190.  
  191. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:38: warning: [deprecation] id in TradeEntry has been deprecated
  192.  
  193. VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  194.  
  195. ^
  196.  
  197. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:38: warning: [deprecation] chance in TradeEntry has been deprecated
  198.  
  199. VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  200.  
  201. ^
  202.  
  203. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:38: warning: [deprecation] min in TradeEntry has been deprecated
  204.  
  205. VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  206.  
  207. ^
  208.  
  209. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:38: warning: [deprecation] max in TradeEntry has been deprecated
  210.  
  211. VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  212.  
  213. ^
  214.  
  215. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:42: warning: [deprecation] id in TradeEntry has been deprecated
  216.  
  217. VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  218.  
  219. ^
  220.  
  221. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:42: warning: [deprecation] chance in TradeEntry has been deprecated
  222.  
  223. VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  224.  
  225. ^
  226.  
  227. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:42: warning: [deprecation] min in TradeEntry has been deprecated
  228.  
  229. VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  230.  
  231. ^
  232.  
  233. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:42: warning: [deprecation] max in TradeEntry has been deprecated
  234.  
  235. VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
  236.  
  237. ^
  238.  
  239. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\modloader\ModLoaderVillageTradeHandler.java:47: warning: [deprecation] TradeEntry in net.minecraft.src has been deprecated
  240.  
  241. public void addTrade(TradeEntry entry)
  242.  
  243. ^
  244.  
  245. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\cpw\mods\fml\common\registry\GameRegistry.java:114: warning: [deprecation] Block in Mod has been deprecated
  246.  
  247. public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
  248.  
  249. ^
  250.  
  251. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemAppleGold.java:21: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  252.  
  253. public boolean hasEffect(ItemStack par1ItemStack)
  254.  
  255. ^
  256.  
  257. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemEditableBook.java:91: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  258.  
  259. public boolean hasEffect(ItemStack par1ItemStack)
  260.  
  261. ^
  262.  
  263. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemExpBottle.java:19: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  264.  
  265. public boolean hasEffect(ItemStack par1ItemStack)
  266.  
  267. ^
  268.  
  269. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraft\item\ItemSimpleFoiled.java:14: warning: [deprecation] hasEffect(ItemStack) in Item has been deprecated
  270.  
  271. public boolean hasEffect(ItemStack par1ItemStack)
  272.  
  273. ^
  274.  
  275. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraftforge\classloading\FMLForgePlugin.java:14: warning: [deprecation] getLibraryRequestClass() in IFMLLoadingPlugin has been deprecated
  276.  
  277. public String[] getLibraryRequestClass()
  278.  
  279. ^
  280.  
  281. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\net\minecraftforge\fluids\BlockFluidBase.java:457: warning: [deprecation] getFilledPercentage(World,int,int,int) in Block has been deprecated
  282.  
  283. public float getFilledPercentage(World world, int x, int y, int z)
  284.  
  285. ^
  286.  
  287. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\thirstbridge\ThirstPotionBridgeMod.java:54: error: package tarun1998.thirstmod.common does not exist
  288.  
  289. tarun1998.thirstmod.common.PlayerHandler ph =
  290.  
  291. ^
  292.  
  293. C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\thirstbridge\ThirstPotionBridgeMod.java:55: error: package tarun1998.thirstmod.common does not exist
  294.  
  295. tarun1998.thirstmod.common.PlayerHandler.getPlayer(p.username);
  296.  
  297. ^
  298.  
  299. Note: Some input files use unchecked or unsafe operations.
  300.  
  301. Note: Recompile with -Xlint:unchecked for details.
  302.  
  303. 2 errors
  304.  
  305. 47 warnings
  306.  
  307.  
Advertisement
Add Comment
Please, Sign In to add comment