All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.hendrixshen.magiclib.event.render.api.PostRenderLevelEvent Maven / Gradle / Ivy

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
package top.hendrixshen.magiclib.event.render.api;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.class_1937;
import top.hendrixshen.magiclib.event.render.impl.RenderContext;

@FunctionalInterface
@Environment(EnvType.CLIENT)
public interface PostRenderLevelEvent extends IRenderEvent {
    @Override
    void render(class_1937 level, RenderContext context, float tickDelta);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy