Class LivingEntityRendererInsertMixin<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>
java.lang.Object
com.stereowalker.unionlib.mixin.inserts.client.LivingEntityRendererInsertMixin<T,M>
public abstract class LivingEntityRendererInsertMixin<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender_head(T entity, float arg1, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) voidrender_tail(T entity, float arg1, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Constructor Details
-
LivingEntityRendererInsertMixin
public LivingEntityRendererInsertMixin()
-
-
Method Details
-
render_head
public void render_head(T entity, float arg1, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
render_tail
public void render_tail(T entity, float arg1, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-