Class TintableCompositeModel<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.SinglePartEntityModel<E>
net.minecraft.client.render.entity.model.TintableCompositeModel<E>
- Direct Known Subclasses:
LargeTropicalFishEntityModel
,SmallTropicalFishEntityModel
@Environment(CLIENT)
public abstract class TintableCompositeModel<E extends Entity>
extends SinglePartEntityModel<E>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/TintableCompositeModel
intermediary net/minecraft/class_4594
official fvc
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, int color) Renders the model.void
setColorMultiplier
(int int2) Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animate, animateMovement, getChild, getPart, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, setAngles
-
Field Details
-
field_52152
private int field_52152- Mappings:
Namespace Name Mixin selector named field_52152
Lnet/minecraft/client/render/entity/model/TintableCompositeModel;field_52152:I
intermediary field_52152
Lnet/minecraft/class_4594;field_52152:I
official a
Lfvc;a:I
-
-
Constructor Details
-
TintableCompositeModel
public TintableCompositeModel()
-
-
Method Details
-
setColorMultiplier
public void setColorMultiplier(int int2) - Mappings:
Namespace Name Mixin selector named setColorMultiplier
Lnet/minecraft/client/render/entity/model/TintableCompositeModel;setColorMultiplier(I)V
intermediary method_22956
Lnet/minecraft/class_4594;method_22956(I)V
official a
Lfvc;a(I)V
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, int color) Renders the model.- Overrides:
render
in classSinglePartEntityModel<E extends Entity>
- Parameters:
light
- the lightmap coordinates used for this model rendering- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;III)V
intermediary method_2828
Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;III)V
official a
Lfwg;a(Lfbi;Lfbm;III)V
-