Uses of Class
net.minecraft.entity.passive.CatEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of CatEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionvoid
CatEntityRenderer.updateRenderState
(CatEntity catEntity, CatEntityRenderState catEntityRenderState, float float2) -
Uses of CatEntity in net.minecraft.entity
-
Uses of CatEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final CatEntity
CatSitOnBlockGoal.cat
private final CatEntity
GoToBedAndSleepGoal.cat
ModifierConstructorDescriptionCatSitOnBlockGoal
(CatEntity cat, double speed) GoToBedAndSleepGoal
(CatEntity cat, double speed, int range) -
Uses of CatEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final CatEntity
CatEntity.CatFleeGoal.cat
private final CatEntity
CatEntity.SleepWithOwnerGoal.cat
private final CatEntity
CatEntity.TemptGoal.cat
Modifier and TypeMethodDescriptionCatEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) ModifierConstructorDescriptionCatFleeGoal
(CatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)