Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NictraSavios

Members
  • Joined

  • Last visited

Everything posted by NictraSavios

  1. There is a mod that I decided to update to 1.9 as a learning exercise to get my feet wet with minecraft modding. I currently get these errors when I compile: warning: [options] bootstrap class path not set in conjunction with -source 1.6 D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:5: error: cannot find symbol import net.minecraft.client.renderer.WorldRenderer; ^ symbol: class WorldRenderer location: package net.minecraft.client.renderer D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\DimensionProcessor.java:9: error: cannot find symbol import net.minecraft.world.gen.ChunkProviderGenerate; ^ symbol: class ChunkProviderGenerate location: package net.minecraft.world.gen D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\BoundingBox.java:54: error: cannot find symbol AxisAlignedBB axisAlignedBB = AxisAlignedBB.fromBounds(minBlockPos.getX(), minBlockPos.getY(), ^ symbol: method fromBounds(int,int,int,int,int,int) location: class AxisAlignedBB D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\CommonProxy.java:28: error: cannot find symbol int dimensionId = world.provider.getDimensionId(); ^ symbol: method getDimensionId() location: variable provider of type WorldProvider D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\CommonProxy.java:35: error: cannot find symbol int dimensionId = chunk.getWorld().provider.getDimensionId(); ^ symbol: method getDimensionId() location: variable provider of type WorldProvider D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:74: error: cannot find symbol int activeDimensionId = entityPlayer.worldObj.provider.getDimensionId(); ^ symbol: method getDimensionId() location: variable provider of type WorldProvider D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:381: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: class WorldRenderer location: class ClientProxy D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:381: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: method getWorldRenderer() location: variable tessellator of type Tessellator D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:422: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: class WorldRenderer location: class ClientProxy D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:422: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: method getWorldRenderer() location: variable tessellator of type Tessellator D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:486: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: class WorldRenderer location: class ClientProxy D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:486: error: cannot find symbol WorldRenderer worldRenderer = tessellator.getWorldRenderer(); ^ symbol: method getWorldRenderer() location: variable tessellator of type Tessellator D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\ClientProxy.java:552: error: cannot find symbol int dimensionId = world.provider.getDimensionId(); ^ symbol: method getDimensionId() location: variable provider of type WorldProvider D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\DimensionProcessor.java:65: error: cannot find symbol if (chunkProvider instanceof ChunkProviderGenerate) { ^ symbol: class ChunkProviderGenerate location: class DimensionProcessor D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\DimensionProcessor.java:102: error: cannot find symbol if (structure.getComponents().getFirst().getClass().equals(structureComponent)) { ^ symbol: method getComponents() location: variable structure of type StructureStart D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\DimensionProcessor.java:120: error: cannot find symbol Iterator structureComponents = structureStart.getComponents().iterator(); ^ symbol: method getComponents() location: variable structureStart of type StructureStart D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\forge\ForgeCommonProxy.java:96: error: non-static method getServer() cannot be referenced from a static context MinecraftServer mc = MinecraftServer.getServer(); ^ D:\Development\Forge\build\sources\main\java\com\irtimaled\bbor\forge\ForgeCommonProxy.java:97: error: cannot find symbol if (!mc.getConfigurationManager().playerEntityList.contains(player)) { ^ symbol: method getConfigurationManager() location: variable mc of type MinecraftServer I've managed to track down most the errors before this, but these all seem to be about changes to the code. I don't just want someone to tell me the changes I need to make, I'd also like to learn how to figure it out for myself. Any help is apprciated!

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.