Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- import net.minecraft.src.BaseMod;
- ^
- 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
- import net.minecraft.src.BaseMod;
- ^
- 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
- import cpw.mods.fml.common.Mod.Block;
- ^
- 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
- import cpw.mods.fml.common.eventhandler.SubscribeEvent;
- ^
- 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
- import cpw.mods.fml.common.gameevent.TickEvent;
- ^
- C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\thirstbridge\ThirstPotionBridgeMod.java:37: error: package TickEvent does not exist
- public void onPlayerTick(TickEvent.PlayerTickEvent e) {
- ^
- C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\thirstbridge\ThirstPotionBridgeMod.java:36: error: cannot find symbol
- @SubscribeEvent
- ^
- symbol: class SubscribeEvent
- location: class ThirstPotionBridgeMod
- 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
- double filled = block.getFilledPercentage(worldObj, i, j, k);
- ^
- 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;
- stringbuilder.append(StatCollector.translateToLocalFormatted(this.translationKey, astring));
- ^
- cast to Object for a varargs call
- cast to Object[] for a non-varargs call and to suppress this warning
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- private BaseMod mod;
- ^
- 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
- public ModLoaderBlockRendererHandler(int renderId, boolean render3dInInventory, BaseMod mod)
- ^
- 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
- return mod.renderWorldBlock(renderer, world, x, y, z, block, modelId);
- ^
- 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
- mod.renderInvBlock(renderer, block, metadata, modelID);
- ^
- 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
- public static int obtainBlockModelIdFor(BaseMod mod, boolean inventoryRenderer)
- ^
- 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
- BaseMod mod = (BaseMod) mc.getMod();
- ^
- 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
- BaseMod mod = (BaseMod) mc.getMod();
- ^
- 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
- mod.addRenderer(renderers);
- ^
- 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
- mod.registerAnimation(game);
- ^
- 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
- return ((net.minecraft.src.BaseMod)mod).getContainerGUI((EntityClientPlayerMP) player, ID, x, y, z);
- ^
- 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
- return ((net.minecraft.src.BaseMod)mod).getContainerGUI((EntityClientPlayerMP) player, ID, x, y, z);
- ^
- 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
- return ((net.minecraft.src.BaseMod)mod).spawnEntity(er.getModEntityId(), client.theWorld, input.scaledX, input.scaledY, input.scaledZ);
- ^
- 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
- return ((net.minecraft.src.BaseMod)mod).spawnEntity(er.getModEntityId(), client.theWorld, input.scaledX, input.scaledY, input.scaledZ);
- ^
- 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
- ((net.minecraft.src.BaseMod)mod).clientCustomPayload(client.thePlayer.sendQueue, packet);
- ^
- 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
- ((net.minecraft.src.BaseMod)mod).clientCustomPayload(client.thePlayer.sendQueue, packet);
- ^
- 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
- ((BaseMod)mod).clientConnect((NetClientHandler)netClientHandler);
- ^
- 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
- ((BaseMod)mod).clientConnect((NetClientHandler)netClientHandler);
- ^
- 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
- ((BaseMod)mod).clientDisconnect((NetClientHandler) managerLookups.get(manager));
- ^
- 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
- ((BaseMod)mod).clientDisconnect((NetClientHandler) managerLookups.get(manager));
- ^
- 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
- ((net.minecraft.src.BaseMod)modContainer.getMod()).keyboardEvent(kb);
- ^
- 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
- ((net.minecraft.src.BaseMod)modContainer.getMod()).keyboardEvent(kb);
- ^
- 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
- private List<TradeEntry> trades = Lists.newArrayList();
- ^
- 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
- for (TradeEntry ent : trades)
- ^
- 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
- if (ent.buying)
- ^
- 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
- VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldBuyRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- VillagerRegistry.addEmeraldSellRecipe(villager, recipeList, random, Item.itemsList[ent.id], ent.chance, ent.min, ent.max);
- ^
- 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
- public void addTrade(TradeEntry entry)
- ^
- 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
- public static Object buildBlock(ModContainer container, Class<?> type, Block annotation) throws Exception
- ^
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- public boolean hasEffect(ItemStack par1ItemStack)
- ^
- 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
- public String[] getLibraryRequestClass()
- ^
- 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
- public float getFilledPercentage(World world, int x, int y, int z)
- ^
- C:\FoxyRetroMDK\FoxyRetroMDK-1.3.5\MDK-1.6.4\mcp\src\minecraft\thirstbridge\ThirstPotionBridgeMod.java:38: error: package TickEvent does not exist
- if (e.phase != TickEvent.Phase.END) return;
- ^
- 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
- tarun1998.thirstmod.common.PlayerHandler ph =
- ^
- 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
- tarun1998.thirstmod.common.PlayerHandler.getPlayer(p.username);
- ^
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 7 errors
- 47 warnings
Advertisement
Add Comment
Please, Sign In to add comment