EvaluatorException: Can't find method dev.latvian.mods.rhino.CachedClassInfo.set(number).
pietro-lopes opened this issue ยท 0 comments
Can't find method on unbound generic method
https://gnomebot.dev/paste/mclogs/rn0a5HC
StartupEvents.postInit(event => {
if (Platform.isClientEnvironment()) {
// Disable fov effect scale
Client.options.fovEffectScale().set(0)
}
})Signature of the class/method:
public final class OptionInstance<T> {
public void set(T value) {...}
}