Uses of Class
net.minecraft.entity.CreatureEntity
-
-
Uses of CreatureEntity in net.minecraft.entity
Subclasses of CreatureEntity in net.minecraft.entity Modifier and Type Class Description class
AgeableEntity
Constructor parameters in net.minecraft.entity with type arguments of type CreatureEntity Constructor Description CreatureEntity(EntityType<? extends CreatureEntity> p_i48575_1_, World p_i48575_2_)
-
Uses of CreatureEntity in net.minecraft.entity.ai
Methods in net.minecraft.entity.ai with parameters of type CreatureEntity Modifier and Type Method Description private static Vector3d
RandomPositionGenerator. generateRandomPos(CreatureEntity p_226339_0_, int p_226339_1_, int p_226339_2_, int p_226339_3_, Vector3d p_226339_4_, boolean p_226339_5_, double p_226339_6_, java.util.function.ToDoubleFunction<BlockPos> p_226339_8_, boolean p_226339_9_, int p_226339_10_, int p_226339_11_, boolean p_226339_12_)
static Vector3d
RandomPositionGenerator. getAboveLandPos(CreatureEntity p_226340_0_, int p_226340_1_, int p_226340_2_, Vector3d p_226340_3_, float p_226340_4_, int p_226340_5_, int p_226340_6_)
static Vector3d
RandomPositionGenerator. getAirPos(CreatureEntity p_226338_0_, int p_226338_1_, int p_226338_2_, int p_226338_3_, Vector3d p_226338_4_, double p_226338_5_)
static Vector3d
RandomPositionGenerator. getAirPosTowards(CreatureEntity p_226344_0_, int p_226344_1_, int p_226344_2_, int p_226344_3_, Vector3d p_226344_4_, double p_226344_5_)
static Vector3d
RandomPositionGenerator. getLandPos(CreatureEntity p_191377_0_, int p_191377_1_, int p_191377_2_)
static Vector3d
RandomPositionGenerator. getLandPos(CreatureEntity p_221024_0_, int p_221024_1_, int p_221024_2_, java.util.function.ToDoubleFunction<BlockPos> p_221024_3_)
static Vector3d
RandomPositionGenerator. getLandPosAvoid(CreatureEntity p_223548_0_, int p_223548_1_, int p_223548_2_, Vector3d p_223548_3_)
static Vector3d
RandomPositionGenerator. getLandPosTowards(CreatureEntity p_234133_0_, int p_234133_1_, int p_234133_2_, Vector3d p_234133_3_)
static Vector3d
RandomPositionGenerator. getPos(CreatureEntity p_75463_0_, int p_75463_1_, int p_75463_2_)
static Vector3d
RandomPositionGenerator. getPosAvoid(CreatureEntity p_75461_0_, int p_75461_1_, int p_75461_2_, Vector3d p_75461_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_75464_0_, int p_75464_1_, int p_75464_2_, Vector3d p_75464_3_)
static Vector3d
RandomPositionGenerator. getPosTowards(CreatureEntity p_203155_0_, int p_203155_1_, int p_203155_2_, Vector3d p_203155_3_, double p_203155_4_)
-
Uses of CreatureEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type CreatureEntity Modifier and Type Method Description private boolean
RunAwayTask. alreadyWalkingAwayFromPosWithSameSpeed(CreatureEntity p_233964_1_)
private static void
WalkToVillagerBabiesTask. chaseKid(CreatureEntity p_220498_0_, LivingEntity p_220498_1_)
protected boolean
FindWalkTargetAfterRaidVictoryTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
GatherPOITask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
RunAwayTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
WalkRandomlyInsideTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
WalkToVillagerBabiesTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
WalkTowardsPosTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
protected boolean
WorkTask. checkExtraStartConditions(ServerWorld p_212832_1_, CreatureEntity p_212832_2_)
private java.util.Map<LivingEntity,java.lang.Integer>
WalkToVillagerBabiesTask. checkHowManyChasersEachFriendHas(CreatureEntity p_220505_1_)
private java.util.Optional<LivingEntity>
WalkToVillagerBabiesTask. findSomeoneBeingChased(CreatureEntity p_220497_1_)
private java.util.Optional<LivingEntity>
WalkToVillagerBabiesTask. findSomeoneToChase(CreatureEntity p_220510_1_)
private void
WalkToVillagerBabiesTask. fleeFromChaser(ServerWorld p_220508_1_, CreatureEntity p_220508_2_, LivingEntity p_220508_3_)
private java.util.List<LivingEntity>
WalkToVillagerBabiesTask. getFriendsNearby(CreatureEntity p_220503_1_)
private Vector3d
RunAwayTask. getPosToAvoid(CreatureEntity p_233961_1_)
private boolean
WalkToVillagerBabiesTask. hasFriendsNearby(CreatureEntity p_220501_1_)
private static void
RunAwayTask. moveAwayFrom(CreatureEntity p_233962_0_, Vector3d p_233962_1_, float p_233962_2_)
private void
FindWalkTargetTask. setRandomPos(CreatureEntity p_220593_1_)
private void
FindWalkTargetTask. setTargetedPos(CreatureEntity p_220594_1_, SectionPos p_220594_2_)
protected void
FindWalkTargetTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
GatherPOITask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
RunAwayTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
WalkRandomlyInsideTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
WalkRandomlyTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
WalkToVillagerBabiesTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
WalkTowardsPosTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
protected void
WorkTask. start(ServerWorld p_212831_1_, CreatureEntity p_212831_2_, long p_212831_3_)
-
Uses of CreatureEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as CreatureEntity Modifier and Type Field Description protected CreatureEntity
AvoidEntityGoal. mob
private CreatureEntity
BreatheAirGoal. mob
private CreatureEntity
FindWaterGoal. mob
protected CreatureEntity
FleeSunGoal. mob
private CreatureEntity
FollowBoatGoal. mob
protected CreatureEntity
MeleeAttackGoal. mob
private CreatureEntity
MoveThroughVillageAtNightGoal. mob
protected CreatureEntity
MoveThroughVillageGoal. mob
protected CreatureEntity
MoveToBlockGoal. mob
private CreatureEntity
MoveTowardsRestrictionGoal. mob
private CreatureEntity
MoveTowardsTargetGoal. mob
protected CreatureEntity
PanicGoal. mob
protected CreatureEntity
RandomWalkingGoal. mob
private CreatureEntity
RestrictSunGoal. mob
protected CreatureEntity
TemptGoal. mob
Methods in net.minecraft.entity.ai.goal with parameters of type CreatureEntity Modifier and Type Method Description protected int
CatLieOnBedGoal. nextStartTick(CreatureEntity p_203109_1_)
protected int
MoveToBlockGoal. nextStartTick(CreatureEntity p_203109_1_)
Constructors in net.minecraft.entity.ai.goal with parameters of type CreatureEntity Constructor Description AvoidEntityGoal(CreatureEntity p_i46404_1_, java.lang.Class<T> p_i46404_2_, float p_i46404_3_, double p_i46404_4_, double p_i46404_6_)
AvoidEntityGoal(CreatureEntity p_i48860_1_, java.lang.Class<T> p_i48860_2_, float p_i48860_3_, double p_i48860_4_, double p_i48860_6_, java.util.function.Predicate<LivingEntity> p_i48860_8_)
AvoidEntityGoal(CreatureEntity p_i48859_1_, java.lang.Class<T> p_i48859_2_, java.util.function.Predicate<LivingEntity> p_i48859_3_, float p_i48859_4_, double p_i48859_5_, double p_i48859_7_, java.util.function.Predicate<LivingEntity> p_i48859_9_)
BreakBlockGoal(Block p_i48795_1_, CreatureEntity p_i48795_2_, double p_i48795_3_, int p_i48795_5_)
BreatheAirGoal(CreatureEntity p_i48940_1_)
FindWaterGoal(CreatureEntity p_i48936_1_)
FleeSunGoal(CreatureEntity p_i1623_1_, double p_i1623_2_)
FollowBoatGoal(CreatureEntity p_i48939_1_)
HurtByTargetGoal(CreatureEntity p_i50317_1_, java.lang.Class<?>... p_i50317_2_)
MeleeAttackGoal(CreatureEntity p_i1636_1_, double p_i1636_2_, boolean p_i1636_4_)
MoveThroughVillageAtNightGoal(CreatureEntity p_i50321_1_, int p_i50321_2_)
MoveThroughVillageGoal(CreatureEntity p_i50324_1_, double p_i50324_2_, boolean p_i50324_4_, int p_i50324_5_, java.util.function.BooleanSupplier p_i50324_6_)
MoveToBlockGoal(CreatureEntity p_i45888_1_, double p_i45888_2_, int p_i45888_4_)
MoveToBlockGoal(CreatureEntity p_i48796_1_, double p_i48796_2_, int p_i48796_4_, int p_i48796_5_)
MoveTowardsRestrictionGoal(CreatureEntity p_i2347_1_, double p_i2347_2_)
MoveTowardsTargetGoal(CreatureEntity p_i1640_1_, double p_i1640_2_, float p_i1640_4_)
PanicGoal(CreatureEntity p_i1645_1_, double p_i1645_2_)
PatrolVillageGoal(CreatureEntity p_i231547_1_, double p_i231547_2_)
RandomSwimmingGoal(CreatureEntity p_i48937_1_, double p_i48937_2_, int p_i48937_4_)
RandomWalkingGoal(CreatureEntity p_i1648_1_, double p_i1648_2_)
RandomWalkingGoal(CreatureEntity p_i45887_1_, double p_i45887_2_, int p_i45887_4_)
RandomWalkingGoal(CreatureEntity p_i231550_1_, double p_i231550_2_, int p_i231550_4_, boolean p_i231550_5_)
RestrictSunGoal(CreatureEntity p_i1652_1_)
ReturnToVillageGoal(CreatureEntity p_i231548_1_, double p_i231548_2_, boolean p_i231548_4_)
TemptGoal(CreatureEntity p_i47823_1_, double p_i47823_2_, boolean p_i47823_4_, Ingredient p_i47823_5_)
TemptGoal(CreatureEntity p_i47822_1_, double p_i47822_2_, Ingredient p_i47822_4_, boolean p_i47822_5_)
WaterAvoidingRandomFlyingGoal(CreatureEntity p_i47413_1_, double p_i47413_2_)
WaterAvoidingRandomWalkingGoal(CreatureEntity p_i47301_1_, double p_i47301_2_)
WaterAvoidingRandomWalkingGoal(CreatureEntity p_i47302_1_, double p_i47302_2_, float p_i47302_4_)
-
Uses of CreatureEntity in net.minecraft.entity.boss
Subclasses of CreatureEntity in net.minecraft.entity.boss Modifier and Type Class Description class
WitherEntity
-
Uses of CreatureEntity in net.minecraft.entity.merchant.villager
Subclasses of CreatureEntity in net.minecraft.entity.merchant.villager Modifier and Type Class Description class
AbstractVillagerEntity
class
VillagerEntity
class
WanderingTraderEntity
-
Uses of CreatureEntity in net.minecraft.entity.monster
Subclasses of CreatureEntity in net.minecraft.entity.monster Modifier and Type Class Description class
AbstractIllagerEntity
class
AbstractRaiderEntity
class
AbstractSkeletonEntity
class
BlazeEntity
class
CaveSpiderEntity
class
CreeperEntity
class
DrownedEntity
class
ElderGuardianEntity
class
EndermanEntity
class
EndermiteEntity
class
EvokerEntity
class
GiantEntity
class
GuardianEntity
class
HoglinEntity
class
HuskEntity
class
IllusionerEntity
class
MonsterEntity
class
PatrollerEntity
class
PillagerEntity
class
RavagerEntity
class
ShulkerEntity
class
SilverfishEntity
class
SkeletonEntity
class
SpellcastingIllagerEntity
class
SpiderEntity
class
StrayEntity
class
VexEntity
class
VindicatorEntity
class
WitchEntity
class
WitherSkeletonEntity
class
ZoglinEntity
class
ZombieEntity
class
ZombieVillagerEntity
class
ZombifiedPiglinEntity
Fields in net.minecraft.entity.monster declared as CreatureEntity Modifier and Type Field Description private CreatureEntity
DrownedEntity.GoToWaterGoal. mob
Constructors in net.minecraft.entity.monster with parameters of type CreatureEntity Constructor Description AttackTurtleEggGoal(CreatureEntity p_i50465_2_, double p_i50465_3_, int p_i50465_5_)
CopyOwnerTargetGoal(CreatureEntity p_i47231_2_)
GoToWaterGoal(CreatureEntity p_i48910_1_, double p_i48910_2_)
-
Uses of CreatureEntity in net.minecraft.entity.monster.piglin
Subclasses of CreatureEntity in net.minecraft.entity.monster.piglin Modifier and Type Class Description class
AbstractPiglinEntity
class
PiglinBruteEntity
class
PiglinEntity
-
Uses of CreatureEntity in net.minecraft.entity.passive
Subclasses of CreatureEntity in net.minecraft.entity.passive Modifier and Type Class Description class
AnimalEntity
class
BeeEntity
class
CatEntity
class
ChickenEntity
class
CowEntity
class
DolphinEntity
class
FoxEntity
class
GolemEntity
class
IronGolemEntity
class
MooshroomEntity
class
OcelotEntity
class
PandaEntity
class
ParrotEntity
class
PigEntity
class
PolarBearEntity
class
RabbitEntity
class
SheepEntity
class
ShoulderRidingEntity
class
SnowGolemEntity
class
SquidEntity
class
StriderEntity
class
TameableEntity
class
TurtleEntity
class
WaterMobEntity
class
WolfEntity
Constructors in net.minecraft.entity.passive with parameters of type CreatureEntity Constructor Description StingGoal(CreatureEntity p_i225718_2_, double p_i225718_3_, boolean p_i225718_5_)
-
Uses of CreatureEntity in net.minecraft.entity.passive.fish
Subclasses of CreatureEntity in net.minecraft.entity.passive.fish Modifier and Type Class Description class
AbstractFishEntity
class
AbstractGroupFishEntity
class
CodEntity
class
PufferfishEntity
class
SalmonEntity
class
TropicalFishEntity
-
Uses of CreatureEntity in net.minecraft.entity.passive.horse
Subclasses of CreatureEntity in net.minecraft.entity.passive.horse Modifier and Type Class Description class
AbstractChestedHorseEntity
class
AbstractHorseEntity
class
DonkeyEntity
class
HorseEntity
class
LlamaEntity
class
MuleEntity
class
SkeletonHorseEntity
class
TraderLlamaEntity
class
ZombieHorseEntity
-