Class CatEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<T>
net.minecraft.client.render.entity.LivingEntityRenderer<T>
net.minecraft.client.render.entity.MobEntityRenderer<OcelotEntity>
net.minecraft.client.render.entity.CatEntityRenderer
@Environment(CLIENT) public class CatEntityRenderer extends MobEntityRenderer<OcelotEntity>
- Mappings:
Namespace Name official bjqintermediary net/minecraft/class_1159named net/minecraft/client/render/entity/CatEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static IdentifierBLACK_CATprivate static IdentifierOCELOTprivate static IdentifierRED_CATprivate static IdentifierSIAMESE_CATFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
buffer, features, field_4899, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowDarkness, shadowSize -
Constructor Summary
Constructors Constructor Description CatEntityRenderer(EntityRenderDispatcher dispatcher, EntityModel model, float shadowSize) -
Method Summary
Modifier and Type Method Description protected IdentifiergetTexture(OcelotEntity ocelotEntity)protected voidscale(OcelotEntity ocelotEntity, float float2)Methods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
hasLabel, method_3912, method_4028, method_4031, renderMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getModel, method_3908, method_4000, method_4003, method_4006, method_4007, method_4008, method_4010, method_4011, method_4014, method_4016, method_4017, method_4018, method_4019, method_4020, method_4021, removeFeature, renderFeatures, translateMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getFontRenderer, getRenderManager, method_3905, method_3906, method_3911, method_3913, method_3915, method_3917
-
Field Details
-
BLACK_CAT
- Mappings:
Namespace Name Mixin selector official aLbjq;a:Ljy;intermediary field_4904Lnet/minecraft/class_1159;field_4904:Lnet/minecraft/class_1605;named BLACK_CATLnet/minecraft/client/render/entity/CatEntityRenderer;BLACK_CAT:Lnet/minecraft/util/Identifier;
-
OCELOT
- Mappings:
Namespace Name Mixin selector official eLbjq;e:Ljy;intermediary field_4905Lnet/minecraft/class_1159;field_4905:Lnet/minecraft/class_1605;named OCELOTLnet/minecraft/client/render/entity/CatEntityRenderer;OCELOT:Lnet/minecraft/util/Identifier;
-
RED_CAT
- Mappings:
Namespace Name Mixin selector official jLbjq;j:Ljy;intermediary field_4906Lnet/minecraft/class_1159;field_4906:Lnet/minecraft/class_1605;named RED_CATLnet/minecraft/client/render/entity/CatEntityRenderer;RED_CAT:Lnet/minecraft/util/Identifier;
-
SIAMESE_CAT
- Mappings:
Namespace Name Mixin selector official kLbjq;k:Ljy;intermediary field_4907Lnet/minecraft/class_1159;field_4907:Lnet/minecraft/class_1605;named SIAMESE_CATLnet/minecraft/client/render/entity/CatEntityRenderer;SIAMESE_CAT:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
CatEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lbjl;<init>(Lbiu;Lbbo;F)Vintermediary <init>Lnet/minecraft/class_1154;<init>(Lnet/minecraft/class_1135;Lnet/minecraft/class_871;F)Vnamed <init>Lnet/minecraft/client/render/entity/LivingEntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRenderDispatcher;Lnet/minecraft/client/render/entity/model/EntityModel;F)V
-
-
Method Details
-
getTexture
- Specified by:
getTexturein classEntityRenderer<OcelotEntity>- Mappings:
Namespace Name Mixin selector official aLbjq;a(Lts;)Ljy;intermediary method_4033Lnet/minecraft/class_1159;method_4033(Lnet/minecraft/class_1854;)Lnet/minecraft/class_1605;named getTextureLnet/minecraft/client/render/entity/CatEntityRenderer;getTexture(Lnet/minecraft/entity/passive/OcelotEntity;)Lnet/minecraft/util/Identifier;
-
scale
- Overrides:
scalein classLivingEntityRenderer<OcelotEntity>- Mappings:
Namespace Name Mixin selector official aLbjq;a(Lts;F)Vintermediary method_4034Lnet/minecraft/class_1159;method_4034(Lnet/minecraft/class_1854;F)Vnamed scaleLnet/minecraft/client/render/entity/CatEntityRenderer;scale(Lnet/minecraft/entity/passive/OcelotEntity;F)V
-