Explain why this exists

This commit is contained in:
Ran
2021-12-22 19:47:22 +06:00
parent 5ad961d80e
commit b7a54eff7a
@@ -9,6 +9,11 @@ import net.minecraft.world.level.block.state.BlockState;
import java.util.List;
import java.util.Random;
/**
* used for calling methods that forge modified
* (forge modifies vanilla methods for some reason)
* @author Ran
*/
public interface LodForgeMethodCaller {
List<BakedQuad> getQuads(MinecraftWrapper mc, Block block, BlockState blockState, Direction direction, Random random);
}