net.minecraft.client.render.entity.model

public abstract class FelineEntityModel<S extends FelineEntityRenderState>

extends EntityModel<S>

net.minecraft.client.model.animal.feline.AbstractFelineModel
net.minecraft.class_1_91
net.minecraft.client.render.entity.model.FelineEntityModel

Field summary

Modifier and TypeField
protected static final String
TAIL_1
field_1_903
TAIL1
protected static final String
TAIL_2
field_1_904
TAIL2
protected final ModelPart
leftHindLeg
field_1_908
leftHindLeg
protected final ModelPart
rightHindLeg
field_1_910
rightHindLeg
protected final ModelPart
leftFrontLeg
field_1_907
leftFrontLeg
protected final ModelPart
rightFrontLeg
field_1_909
rightFrontLeg
protected final ModelPart
tail1
field_1_911
upperTail
protected final ModelPart
tail2
field_1_912
lowerTail
protected final ModelPart
head
field_1_906
head
protected final ModelPart
body
field_1_905
body

Constructor summary

ModifierConstructor
protected (ModelPart root)