java - minecraft cannot find symbol -


package net.minecraft.modproj;  import net.minecraft.creativetab.creativetabs; import net.minecraft.item.item;  public class itempadding extends item {     public itempadding() {         this.setcreativetab(creativetabs.misc);         this.sethassubtypes(true);     }  } 

whenever run mcp931 recompiler on it, tells me

src/minecraft/net/minecraft/item/itempadding.java:3: error: cannot find symbol public class itempadding extends item {                                  ^ 

the error did have last word "item" in lowercase, in code wasn't in lowercase. have it?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -