Fireworkstars46

Untitled

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