VulkanShader_1.21.10-0.0.4-alpha.jar

Download file
    package net.vulkanmod.render.chunk.build.frapi.accessor;

import java.util.List;
import net.vulkanmod.render.chunk.build.frapi.render.MeshItemCommand;

public interface AccessBatchingRenderCommandQueue {
   List<MeshItemCommand> getMeshItemCommands();
}
    
Download file