top.hendrixshen.magiclib.event.render.api.PostRenderEntityEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magiclib-1_14_4 Show documentation
Show all versions of magiclib-1_14_4 Show documentation
To beat magic with magic :(
package top.hendrixshen.magiclib.event.render.api;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.class_1297;
import top.hendrixshen.magiclib.event.render.impl.RenderContext;
@FunctionalInterface
@Environment(EnvType.CLIENT)
public interface PostRenderEntityEvent extends IRenderEvent {
@Override
void render(class_1297 entity, RenderContext context, float tickDelta);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy