Package vazkii.botania.client.model
Class GaiaHeadModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.SkullModelBase
vazkii.botania.client.model.GaiaHeadModel
public class GaiaHeadModel
extends net.minecraft.client.model.SkullModelBase
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color) voidsetupAnim(float animationProgress, float yRot, float xRot) Methods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Constructor Details
-
GaiaHeadModel
public GaiaHeadModel()
-
-
Method Details
-
setupAnim
public void setupAnim(float animationProgress, float yRot, float xRot) - Specified by:
setupAnimin classnet.minecraft.client.model.SkullModelBase
-
renderToBuffer
public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color) - Specified by:
renderToBufferin classnet.minecraft.client.model.Model
-