类 SuperLeashKnotModel<T extends net.minecraft.world.entity.Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.HierarchicalModel<T>
top.r3944realms.superleadrope.client.model.SuperLeashKnotModel<T>
- 类型参数:
T- the type parameter
public class SuperLeashKnotModel<T extends net.minecraft.world.entity.Entity>
extends net.minecraft.client.model.HierarchicalModel<T>
The type Super leash knot model.
-
字段概要
从类继承的字段 net.minecraft.client.model.EntityModel
attackTime, riding, young -
构造器概要
构造器构造器说明SuperLeashKnotModel(net.minecraft.client.model.geom.ModelPart root) Instantiates a new Super leash knot model. -
方法概要
修饰符和类型方法说明static net.minecraft.client.model.geom.builders.LayerDefinitionCreate body layer layer definition.@NotNull net.minecraft.client.model.geom.ModelPartroot()voidsetupAnim(@NotNull net.minecraft.world.entity.Entity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) 从类继承的方法 net.minecraft.client.model.HierarchicalModel
getAnyDescendantWithName, renderToBuffer从类继承的方法 net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel从类继承的方法 net.minecraft.client.model.Model
renderType
-
构造器详细资料
-
SuperLeashKnotModel
public SuperLeashKnotModel(net.minecraft.client.model.geom.ModelPart root) Instantiates a new Super leash knot model.- 参数:
root- the root
-
-
方法详细资料
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()Create body layer layer definition.- 返回:
- the layer definition
-
setupAnim
public void setupAnim(@NotNull @NotNull net.minecraft.world.entity.Entity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) - 指定者:
setupAnim在类中net.minecraft.client.model.EntityModel<T extends net.minecraft.world.entity.Entity>
-
root
@NotNull public @NotNull net.minecraft.client.model.geom.ModelPart root()- 指定者:
root在类中net.minecraft.client.model.HierarchicalModel<T extends net.minecraft.world.entity.Entity>
-