Class CompositeEntityModel<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.CompositeEntityModel<E>
- Direct Known Subclasses:
- BoatEntityModel,- ShulkerEntityModel
@Environment(CLIENT)
public abstract class CompositeEntityModel<E extends Entity>
extends EntityModel<E>
- Mappings:
- Namespace - Name - official - esb- intermediary - net/minecraft/class_4595- named - net/minecraft/client/render/entity/model/CompositeEntityModel
- 
Field SummaryFields inherited from class net.minecraft.client.render.entity.model.EntityModelchild, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetParts()voidrender(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.Methods inherited from class net.minecraft.client.render.entity.model.EntityModelanimateModel, copyStateTo, setAngles
- 
Constructor Details- 
CompositeEntityModelpublic CompositeEntityModel()
- 
CompositeEntityModel- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lesf;<init>(Ljava/util/function/Function;)V- intermediary - <init>- Lnet/minecraft/class_3879;<init>(Ljava/util/function/Function;)V- named - <init>- Lnet/minecraft/client/model/Model;<init>(Ljava/util/function/Function;)V
 
 
- 
- 
Method Details- 
renderpublic void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.- Specified by:
- renderin class- Model
- Parameters:
- light- the lightmap coordinates used for this model rendering
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lesf;a(Leaq;Leau;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
 
- 
getParts- Mappings:
- Namespace - Name - Mixin selector - official - c- Lesb;c()Ljava/lang/Iterable;- intermediary - method_22960- Lnet/minecraft/class_4595;method_22960()Ljava/lang/Iterable;- named - getParts- Lnet/minecraft/client/render/entity/model/CompositeEntityModel;getParts()Ljava/lang/Iterable;
 
 
-