Class Carpenjoe<T extends net.minecraft.world.entity.Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
com.wdiscute.starcatcher.fishentity.fishmodels.Carpenjoe<T>
- All Implemented Interfaces:
net.nikdo53.neobackports.extensions.IModelExtension
public class Carpenjoe<T extends net.minecraft.world.entity.Entity>
extends net.minecraft.client.model.EntityModel<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.client.model.geom.ModelLayerLocationFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.LayerDefinitionstatic net.minecraft.resources.ResourceLocationvoidrenderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha) voidMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.nikdo53.neobackports.extensions.IModelExtension
renderToBuffer, renderToBuffer
-
Field Details
-
LAYER_LOCATION
public static final net.minecraft.client.model.geom.ModelLayerLocation LAYER_LOCATION
-
-
Constructor Details
-
Carpenjoe
public Carpenjoe(net.minecraft.client.model.geom.ModelPart root)
-
-
Method Details
-
getTexture
public static net.minecraft.resources.ResourceLocation getTexture() -
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
renderToBuffer
public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha) - Specified by:
renderToBufferin classnet.minecraft.client.model.Model
-
setupAnim
- Specified by:
setupAnimin classnet.minecraft.client.model.EntityModel<T extends net.minecraft.world.entity.Entity>
-