Sponge:3.0.0 Snapshot
Forge:Haven’t tested yet/project wont complile yet
Java Version: J2SE-1.5 (Java SE 8 [1.8.0_65])
Plugin Source: The File In Question
Hey Guys,
So I’ve been chatting with the lovely folks on the IRC Chat, and no one seems to be able to solve this problem I’ve been running into.
I’m trying to add custom WorldGenModifiers to a world, then force build it on the GamePreInitEvent as per the example in the CookBooks (which I actually compiled in Eclipse as a separate project for quick reference )
Well, there’s this annoying error which pops up thats preventing me from even testing out my project. Lines 90 and 91 both give me the error “This static method of interface WorldCreationSettings can only be accessed as WorldCreationSettings.builder.”
I’m betting it has something to do with the use of the final keyword, but I’ve no idea how to fix this.
Thoughts?