Uses of Class
net.minecraft.entity.ai.goal.RandomWalkingGoal
-
Packages that use RandomWalkingGoal Package Description net.minecraft.entity.ai.goal net.minecraft.entity.monster net.minecraft.entity.passive net.minecraft.entity.passive.fish -
-
Uses of RandomWalkingGoal in net.minecraft.entity.ai.goal
Subclasses of RandomWalkingGoal in net.minecraft.entity.ai.goal Modifier and Type Class Description classPatrolVillageGoalclassRandomSwimmingGoalclassReturnToVillageGoalclassWaterAvoidingRandomFlyingGoalclassWaterAvoidingRandomWalkingGoal -
Uses of RandomWalkingGoal in net.minecraft.entity.monster
Subclasses of RandomWalkingGoal in net.minecraft.entity.monster Modifier and Type Class Description (package private) static classSilverfishEntity.HideInStoneGoalFields in net.minecraft.entity.monster declared as RandomWalkingGoal Modifier and Type Field Description protected RandomWalkingGoalGuardianEntity. randomStrollGoal -
Uses of RandomWalkingGoal in net.minecraft.entity.passive
Subclasses of RandomWalkingGoal in net.minecraft.entity.passive Modifier and Type Class Description (package private) static classTurtleEntity.WanderGoal -
Uses of RandomWalkingGoal in net.minecraft.entity.passive.fish
Subclasses of RandomWalkingGoal in net.minecraft.entity.passive.fish Modifier and Type Class Description (package private) static classAbstractFishEntity.SwimGoal
-