Class TintableAnimalModel<E extends Entity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<E>
net.minecraft.client.render.entity.model.TintableAnimalModel<E>
- Direct Known Subclasses:
WolfEntityModel
@Environment(CLIENT) public abstract class TintableAnimalModel<E extends Entity> extends AnimalModel<E>
- Mappings:
Namespace Name official eai
intermediary net/minecraft/class_4593
named net/minecraft/client/render/entity/model/TintableAnimalModel
-
Field Summary
Fields Modifier and Type Field Description private float
blueMultiplier
private float
greenMultiplier
private float
redMultiplier
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description TintableAnimalModel()
-
Method Summary
Modifier and Type Method Description void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
void
setColorMultiplier(float red, float green, float blue)
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
getBodyParts, getHeadParts
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, setAngles
-
Field Details
-
redMultiplier
private float redMultiplier- Mappings:
Namespace Name Mixin selector official a
Leai;a:F
intermediary field_20923
Lnet/minecraft/class_4593;field_20923:F
named redMultiplier
Lnet/minecraft/client/render/entity/model/TintableAnimalModel;redMultiplier:F
-
greenMultiplier
private float greenMultiplier- Mappings:
Namespace Name Mixin selector official b
Leai;b:F
intermediary field_20924
Lnet/minecraft/class_4593;field_20924:F
named greenMultiplier
Lnet/minecraft/client/render/entity/model/TintableAnimalModel;greenMultiplier:F
-
blueMultiplier
private float blueMultiplier- Mappings:
Namespace Name Mixin selector official f
Leai;f:F
intermediary field_20925
Lnet/minecraft/class_4593;field_20925:F
named blueMultiplier
Lnet/minecraft/client/render/entity/model/TintableAnimalModel;blueMultiplier:F
-
-
Constructor Details
-
TintableAnimalModel
public TintableAnimalModel()
-
-
Method Details
-
setColorMultiplier
public void setColorMultiplier(float red, float green, float blue)- Mappings:
Namespace Name Mixin selector official a
Leai;a(FFF)V
intermediary method_22955
Lnet/minecraft/class_4593;method_22955(FFF)V
named setColorMultiplier
Lnet/minecraft/client/render/entity/model/TintableAnimalModel;setColorMultiplier(FFF)V
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)- Overrides:
render
in classAnimalModel<E extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Lebk;a(Ldlr;Ldlv;IIFFFF)V
intermediary method_2828
Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
named render
Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
-