#BeeEntity.GrowCropsGoal

8 messages · Page 1 of 1 (latest)

reef blaze
#

Does anyone know how I'd go about fixing up these unrecognised symbols as I'm not too familiar with the operation of this class.

tulip ledge
#

If this is your code, note that j isn't defined (from what we can see)

spare oxide
#

maybe J is final?

reef blaze
#

This is slightly adapted BeeEntity code, from the GrowCropsGoal method. The "J" appears to not be defined by the decompiler, either. Or anywhere i can see within the whole entity class.
Now I think about it, I've never actually seen a vanilla MC bee grow a crop, ever. Maybe that's not really relevant.
How would i go about making this work for me? How does one, define "J"?

tender parcel
#

The compiler doesn't know what type of variable j is

#

I think it should be an int, but I can't tell

#

What does blockState.get(StemBlock.AGE) return?

#

Yes, it should be an int