Uses of Class
net.minecraft.world.entity.monster.breeze.Breeze
Packages that use Breeze
Package
Description
-
Uses of Breeze in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type BreezeModifier and TypeMethodDescriptionvoid
BreezeRenderer.extractRenderState
(Breeze pEntity, BreezeRenderState pReusedState, float pPartialTick) -
Uses of Breeze in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type Breeze -
Uses of Breeze in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Breeze -
Uses of Breeze in net.minecraft.world.entity.ai.sensing
Methods in net.minecraft.world.entity.ai.sensing with parameters of type BreezeModifier and TypeMethodDescriptionprotected void
BreezeAttackEntitySensor.doTick
(ServerLevel p_312447_, Breeze p_312739_) -
Uses of Breeze in net.minecraft.world.entity.monster.breeze
Fields in net.minecraft.world.entity.monster.breeze with type parameters of type BreezeModifier and TypeFieldDescription(package private) static final List
<SensorType<? extends Sensor<? super Breeze>>> BreezeAi.SENSOR_TYPES
Methods in net.minecraft.world.entity.monster.breeze that return BreezeMethods in net.minecraft.world.entity.monster.breeze that return types with arguments of type BreezeModifier and TypeMethodDescriptionprotected Brain.Provider
<Breeze> Breeze.brainProvider()
Breeze.getBrain()
Methods in net.minecraft.world.entity.monster.breeze with parameters of type BreezeModifier and TypeMethodDescriptionLongJump.calculateOptimalJumpVector
(Breeze pBreeze, RandomSource pRandom, Vec3 pTarget) private static boolean
LongJump.canJumpFromCurrentPosition
(ServerLevel pLevel, Breeze pBreeze) static boolean
LongJump.canRun
(ServerLevel pLevel, Breeze pBreeze) protected boolean
LongJump.canStillUse
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected boolean
Shoot.canStillUse
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected boolean
ShootWhenStuck.canStillUse
(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected boolean
LongJump.checkExtraStartConditions
(ServerLevel pLevel, Breeze pOwner) protected boolean
Shoot.checkExtraStartConditions
(ServerLevel pLevel, Breeze pOwner) protected boolean
ShootWhenStuck.checkExtraStartConditions
(ServerLevel p_314464_, Breeze p_314546_) protected boolean
Slide.checkExtraStartConditions
(ServerLevel pLevel, Breeze pOwner) private static double
BreezeUtil.getMaxLineOfSightTestRange
(Breeze pBreeze) static boolean
BreezeUtil.hasLineOfSight
(Breeze pBreeze, Vec3 pPos) private static void
BreezeAi.initFightActivity
(Breeze pBreeze, Brain<Breeze> pBrain) private static boolean
LongJump.isFinishedInhaling
(Breeze pBreeze) private static boolean
LongJump.isFinishedJumping
(Breeze pBreeze) private static boolean
Shoot.isTargetWithinRange
(Breeze pBreeze, LivingEntity pTarget) protected static Brain
<?> private static boolean
LongJump.outOfAggroRange
(Breeze pBreeze, LivingEntity pTarget) private static Vec3
Slide.randomPointInMiddleCircle
(Breeze pBreeze, LivingEntity pTarget) protected void
LongJump.start
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected void
Shoot.start
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected void
ShootWhenStuck.start
(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected void
Slide.start
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected void
LongJump.stop
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected void
Shoot.stop
(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected void
LongJump.tick
(ServerLevel pLevel, Breeze pOwner, long pGameTime) protected void
Shoot.tick
(ServerLevel pLevel, Breeze pOwner, long pGameTime) private static boolean
LongJump.tooCloseForJump
(Breeze pBreeze, LivingEntity pTarget) (package private) static void
BreezeAi.updateActivity
(Breeze pBreeze) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static void
BreezeAi.initCoreActivity
(Brain<Breeze> pBrain) private static void
BreezeAi.initFightActivity
(Breeze pBreeze, Brain<Breeze> pBrain) private static void
BreezeAi.initIdleActivity
(Brain<Breeze> pBrain) protected static Brain
<?> -
Uses of Breeze in net.minecraft.world.entity.projectile.windcharge
Constructors in net.minecraft.world.entity.projectile.windcharge with parameters of type Breeze