Jump to content

[SOLVED] MC1.8: getBlockState() - NoSuchMethodError


gottsch

Recommended Posts

Hi,

I'm using the latest Forge for my mod and everything compiles correctly.  However, when I attempt to do a simple World.getBlockState(BlockPos) call, I get the error:

 

Caused by: java.lang.NoSuchMethodError: net.minecraft.world.World.getBlockState(Lnet/minecraft/util/BlockPos;)Lnet/minecraft/block/state/IBlockState;
...

 

I am running the same Forge version client as well.

 

Any help is appreciated.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

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