Uses of Class
net.minecraft.entity.passive.CatEntity
Packages that use CatEntity
Package
Description
The basic AI system for Minecraft living entities.
- 
Uses of CatEntity in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type CatEntityModifier and TypeMethodDescriptionvoidCatEntityRenderer.updateRenderState(CatEntity catEntity, CatEntityRenderState catEntityRenderState, float float2) 
- 
Uses of CatEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type CatEntity
- 
Uses of CatEntity in net.minecraft.entity.ai.goalFields in net.minecraft.entity.ai.goal declared as CatEntityModifier and TypeFieldDescriptionprivate final CatEntityCatSitOnBlockGoal.catprivate final CatEntityGoToBedAndSleepGoal.catConstructors in net.minecraft.entity.ai.goal with parameters of type CatEntityModifierConstructorDescriptionCatSitOnBlockGoal(CatEntity cat, double speed) GoToBedAndSleepGoal(CatEntity cat, double speed, int range) 
- 
Uses of CatEntity in net.minecraft.entity.passiveFields in net.minecraft.entity.passive declared as CatEntityModifier and TypeFieldDescriptionprivate final CatEntityCatEntity.CatFleeGoal.catprivate final CatEntityCatEntity.SleepWithOwnerGoal.catprivate final CatEntityCatEntity.TemptGoal.catMethods in net.minecraft.entity.passive that return CatEntityModifier and TypeMethodDescriptionCatEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity) Constructors in net.minecraft.entity.passive with parameters of type CatEntityModifierConstructorDescriptionCatFleeGoal(CatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) Constructor parameters in net.minecraft.entity.passive with type arguments of type CatEntity