Strange Procedure Issue

Started by Sir_sassypants on

Topic category: Help with MCreator software

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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