Posted April 21, 201312 yr I am trying to make my custom "nether fortress" just with custom blocks for now, but i get an error on this line: while (!arraylist.isEmpty()) { int k = par2Random.nextInt(arraylist.size()); CustomStructureComponent customstructurecomponent = (CustomStructureComponent)arraylist.remove(k); CustomStructureComponent.buildComponent(soulbridgestartpiece, this.components, par2Random); //this line gives the error } The error: Cannot make a static reference to the non-static method buildComponent(CustomStructureComponent, List, Random) from the type CustomStructureComponent SoulBridgeStart.java /Minecraft/src/Mod_Ores/Structure I am the creator of the Soul Forest Mod : http://www.planetminecraft.com/mod/151-soul-forest-10-ores-vines-dimension-mobs-and-more/
April 21, 201312 yr Author I am trying to make my custom "nether fortress" just with custom blocks for now, but i get an error on this line: while (!arraylist.isEmpty()) { int k = par2Random.nextInt(arraylist.size()); CustomStructureComponent customstructurecomponent = (CustomStructureComponent)arraylist.remove(k); CustomStructureComponent.buildComponent(soulbridgestartpiece, this.components, par2Random); //this line gives the error } The error: Cannot make a static reference to the non-static method buildComponent(CustomStructureComponent, List, Random) from the type CustomStructureComponent SoulBridgeStart.java /Minecraft/src/Mod_Ores/Structure I am the creator of the Soul Forest Mod : http://www.planetminecraft.com/mod/151-soul-forest-10-ores-vines-dimension-mobs-and-more/
April 22, 201312 yr Author I have tried fixing this, but still can't find out why? any help perhaps? I am the creator of the Soul Forest Mod : http://www.planetminecraft.com/mod/151-soul-forest-10-ores-vines-dimension-mobs-and-more/
April 22, 201312 yr Author I have tried fixing this, but still can't find out why? any help perhaps? I am the creator of the Soul Forest Mod : http://www.planetminecraft.com/mod/151-soul-forest-10-ores-vines-dimension-mobs-and-more/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.