com.parzivail.util.client.render.ICustomItemRenderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.client.render;
import java.util.HashMap;
import net.minecraft.class_1087;
import net.minecraft.class_1309;
import net.minecraft.class_1792;
import net.minecraft.class_1799;
import net.minecraft.class_4587;
import net.minecraft.class_4597;
import net.minecraft.class_811;
public interface ICustomItemRenderer
{
HashMap, ICustomItemRenderer> REGISTRY = new HashMap<>();
static void register(Class extends class_1792> item, ICustomItemRenderer renderer)
{
REGISTRY.put(item, renderer);
}
void render(class_1309 player, class_1799 stack, class_811 renderMode, boolean leftHanded, class_4587 matrices, class_4597 vertexConsumers, int light, int overlay, class_1087 model);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy