How to I change a method of an interface using mixins? using Spongepowered on Minecraft Forge 1.18.2
So I am using IntelliJ IDEA to mod Minecraft Forge 1.18.2 and I am trying to change the isEmptyBlock
method of the LevelReader
class using SpongePowered mixins.