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 TypeMethodDescriptionvoidBreezeRenderer.extractRenderState(Breeze entity, BreezeRenderState reusedState, float partialTick) -
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 voidBreezeAttackEntitySensor.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_TYPESMethods 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 breeze, RandomSource random, Vec3 target) private static booleanLongJump.canJumpFromCurrentPosition(ServerLevel level, Breeze breeze) static booleanLongJump.canRun(ServerLevel level, Breeze breeze) protected booleanLongJump.canStillUse(ServerLevel level, Breeze entity, long gameTime) protected booleanShoot.canStillUse(ServerLevel level, Breeze entity, long gameTime) protected booleanShootWhenStuck.canStillUse(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected booleanLongJump.checkExtraStartConditions(ServerLevel level, Breeze owner) protected booleanShoot.checkExtraStartConditions(ServerLevel level, Breeze owner) protected booleanShootWhenStuck.checkExtraStartConditions(ServerLevel p_314464_, Breeze p_314546_) protected booleanSlide.checkExtraStartConditions(ServerLevel level, Breeze owner) private static doubleBreezeUtil.getMaxLineOfSightTestRange(Breeze breeze) static booleanBreezeUtil.hasLineOfSight(Breeze breeze, Vec3 pos) private static voidBreezeAi.initFightActivity(Breeze breeze, Brain<Breeze> brain) private static booleanLongJump.isFinishedInhaling(Breeze breeze) private static booleanLongJump.isFinishedJumping(Breeze breeze) private static booleanShoot.isTargetWithinRange(Breeze breeze, LivingEntity target) protected static Brain<?> private static booleanLongJump.outOfAggroRange(Breeze breeze, LivingEntity target) private static Vec3Slide.randomPointInMiddleCircle(Breeze breeze, LivingEntity target) protected voidLongJump.start(ServerLevel level, Breeze entity, long gameTime) protected voidShoot.start(ServerLevel level, Breeze entity, long gameTime) protected voidShootWhenStuck.start(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected voidSlide.start(ServerLevel level, Breeze entity, long gameTime) protected voidLongJump.stop(ServerLevel level, Breeze entity, long gameTime) protected voidShoot.stop(ServerLevel level, Breeze entity, long gameTime) protected voidLongJump.tick(ServerLevel level, Breeze owner, long gameTime) protected voidShoot.tick(ServerLevel level, Breeze owner, long gameTime) private static booleanLongJump.tooCloseForJump(Breeze breeze, LivingEntity target) (package private) static voidBreezeAi.updateActivity(Breeze breeze) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static voidBreezeAi.initCoreActivity(Brain<Breeze> brain) private static voidBreezeAi.initFightActivity(Breeze breeze, Brain<Breeze> brain) private static voidBreezeAi.initIdleActivity(Brain<Breeze> brain) 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