Uses of Class
net.minecraft.world.entity.monster.warden.Warden
Package
Description
-
Uses of Warden in net.minecraft.client.model
-
Uses of Warden in net.minecraft.client.renderer.entity
-
Uses of Warden in net.minecraft.client.renderer.entity.layers
Modifier and TypeClassDescriptionclass
WardenEmissiveLayer<T extends Warden,
M extends WardenModel<T>> static interface
WardenEmissiveLayer.AlphaFunction<T extends Warden>
static interface
WardenEmissiveLayer.DrawSelector<T extends Warden,
M extends EntityModel<T>> -
Uses of Warden in net.minecraft.world.entity
-
Uses of Warden in net.minecraft.world.entity.ai.behavior.warden
Modifier and TypeMethodDescriptionprotected boolean
Roar.canStillUse
(ServerLevel p_217588_, Warden p_217589_, long p_217590_) protected boolean
SonicBoom.canStillUse
(ServerLevel p_217695_, Warden p_217696_, long p_217697_) protected boolean
SetWardenLookTarget.checkExtraStartConditions
(ServerLevel p_217636_, Warden p_217637_) protected boolean
SonicBoom.checkExtraStartConditions
(ServerLevel p_217692_, Warden p_217693_) protected void
Roar.start
(ServerLevel p_217580_, Warden p_217581_, long p_217582_) protected void
SetWardenLookTarget.start
(ServerLevel p_217639_, Warden p_217640_, long p_217641_) protected void
SonicBoom.start
(ServerLevel p_217713_, Warden p_217714_, long p_217715_) protected void
TryToSniff.start
(ServerLevel p_217743_, Warden p_217744_, long p_217745_) protected void
Roar.stop
(ServerLevel p_217604_, Warden p_217605_, long p_217606_) protected void
SonicBoom.stop
(ServerLevel p_217732_, Warden p_217733_, long p_217734_) protected void
Roar.tick
(ServerLevel p_217596_, Warden p_217597_, long p_217598_) protected void
SonicBoom.tick
(ServerLevel p_217724_, Warden p_217725_, long p_217726_) -
Uses of Warden in net.minecraft.world.entity.ai.sensing
Modifier and TypeMethodDescriptionprotected void
WardenEntitySensor.doTick
(ServerLevel p_217833_, Warden p_217834_) private static Optional<LivingEntity>
WardenEntitySensor.getClosest
(Warden p_217843_, Predicate<LivingEntity> p_217844_) -
Uses of Warden in net.minecraft.world.entity.monster.warden
Modifier and TypeFieldDescriptionWardenAi.DIG_COOLDOWN_SETTER
private static final List<SensorType<? extends Sensor<? super Warden>>>
WardenAi.SENSOR_TYPES
Modifier and TypeMethodDescriptionprivate static void
WardenAi.initFightActivity
(Warden p_219518_, Brain<Warden> p_219519_) private static boolean
WardenAi.isTarget
(Warden p_219515_, LivingEntity p_219516_) protected static Brain<?>
private static void
WardenAi.onTargetInvalid
(Warden p_219529_, LivingEntity p_219530_) static void
WardenAi.setDisturbanceLocation
(Warden p_219524_, BlockPos p_219525_) static void
WardenAi.updateActivity
(Warden p_219513_) Modifier and TypeMethodDescriptionprivate static void
WardenAi.initCoreActivity
(Brain<Warden> p_219511_) private static void
WardenAi.initDiggingActivity
(Brain<Warden> p_219532_) private static void
WardenAi.initEmergeActivity
(Brain<Warden> p_219527_) private static void
WardenAi.initFightActivity
(Warden p_219518_, Brain<Warden> p_219519_) private static void
WardenAi.initIdleActivity
(Brain<Warden> p_219537_) private static void
WardenAi.initInvestigateActivity
(Brain<Warden> p_219542_) private static void
WardenAi.initRoarActivity
(Brain<Warden> p_219546_) private static void
WardenAi.initSniffingActivity
(Brain<Warden> p_219544_)