Class SlimeEntityModel<T 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<T>
net.minecraft.client.render.entity.model.SlimeEntityModel<T>
@Environment(CLIENT)
public class SlimeEntityModel<T extends Entity>
extends SinglePartEntityModel<T>
- Mappings:
Namespace Name official flv
intermediary net/minecraft/class_609
named net/minecraft/client/render/entity/model/SlimeEntityModel
-
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 TypeMethodDescriptionstatic TexturedModelData
static TexturedModelData
getPart()
void
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
animate, animateMovement, getChild, render, updateAnimation, updateAnimation
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector official a
Lflv;a:Lfmx;
intermediary field_27499
Lnet/minecraft/class_609;field_27499:Lnet/minecraft/class_630;
named root
Lnet/minecraft/client/render/entity/model/SlimeEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
SlimeEntityModel
- Mappings:
Namespace Name Mixin selector official <init>
Lflv;<init>(Lfmx;)V
intermediary <init>
Lnet/minecraft/class_609;<init>(Lnet/minecraft/class_630;)V
named <init>
Lnet/minecraft/client/render/entity/model/SlimeEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getOuterTexturedModelData
- Mappings:
Namespace Name Mixin selector official b
Lflv;b()Lfnd;
intermediary method_32051
Lnet/minecraft/class_609;method_32051()Lnet/minecraft/class_5607;
named getOuterTexturedModelData
Lnet/minecraft/client/render/entity/model/SlimeEntityModel;getOuterTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getInnerTexturedModelData
- Mappings:
Namespace Name Mixin selector official c
Lflv;c()Lfnd;
intermediary method_32052
Lnet/minecraft/class_609;method_32052()Lnet/minecraft/class_5607;
named getInnerTexturedModelData
Lnet/minecraft/client/render/entity/model/SlimeEntityModel;getInnerTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
setAngles
public void setAngles(T entity, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch) - Specified by:
setAngles
in classEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Lfjx;a(Lblv;FFFFF)V
intermediary method_2819
Lnet/minecraft/class_583;method_2819(Lnet/minecraft/class_1297;FFFFF)V
named setAngles
Lnet/minecraft/client/render/entity/model/EntityModel;setAngles(Lnet/minecraft/entity/Entity;FFFFF)V
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<T extends Entity>
- Mappings:
Namespace Name Mixin selector official a
Lfkg;a()Lfmx;
intermediary method_32008
Lnet/minecraft/class_5597;method_32008()Lnet/minecraft/class_630;
named getPart
Lnet/minecraft/client/render/entity/model/SinglePartEntityModel;getPart()Lnet/minecraft/client/model/ModelPart;
-