Strange Procedure Issue

Started by Sir_sassypants on

Topic category: Help with MCreator software

Active 2 years ago
Joined Sep 2019
Points:
791

User statistics:

  • Modifications: 0
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 61
Strange Procedure Issue

I have been working on a procedure, and there is an error and I don't really understand what to do. Here is a link to a copy of the procedure, there are comments to help

Link

Error message: 

C:\Users\*me*\MCreatorWorkspaces\wanderers\src\main\java\net\sir_sassypants\wanderers\procedures\SATIRETeleportProcedure.java:335: error: local variables referenced from an inner class must be final or effectively final

BlockState _bs = world.getBlockState(pos);

The procedure is called by a gui button press if that helps