Uses of Class
net.minecraft.entity.pet.PetCatEntity
Packages that use PetCatEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of PetCatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type PetCatEntityModifier and TypeMethodDescriptionvoidPetCatEntityRenderer.updateRenderState(PetCatEntity petCatEntity, CatEntityRenderState catEntityRenderState, float float2) -
Uses of PetCatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type PetCatEntity -
Uses of PetCatEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as PetCatEntityModifier and TypeFieldDescriptionprivate final PetCatEntityCatSitOnBlockGoal.catprivate final PetCatEntityGoToBedAndSleepGoal.catConstructors in net.minecraft.entity.ai.goal with parameters of type PetCatEntityModifierConstructorDescriptionCatSitOnBlockGoal(PetCatEntity cat, double speed) GoToBedAndSleepGoal(PetCatEntity cat, double speed, int range) -
Uses of PetCatEntity in net.minecraft.entity.pet
Fields in net.minecraft.entity.pet declared as PetCatEntityModifier and TypeFieldDescriptionprivate final PetCatEntityPetCatEntity.CatFleeGoal.catprivate final PetCatEntityPetCatEntity.SleepWithOwnerGoal.catprivate final PetCatEntityPetCatEntity.TemptGoal.catMethods in net.minecraft.entity.pet that return PetCatEntityModifier and TypeMethodDescriptionPetCatEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity) Constructors in net.minecraft.entity.pet with parameters of type PetCatEntityModifierConstructorDescriptionCatFleeGoal(PetCatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) TemptGoal(PetCatEntity cat, double speed, Predicate<ItemStack> foodPredicate, boolean canBeScared) Constructor parameters in net.minecraft.entity.pet with type arguments of type PetCatEntity