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 p_362109_, BreezeRenderState p_361497_, float p_365263_) -
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 p_312482_, Breeze p_312019_, long p_312448_) protected booleanShoot.canStillUse(ServerLevel p_312535_, Breeze p_312174_, long p_311812_) protected booleanShootWhenStuck.canStillUse(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected booleanLongJump.checkExtraStartConditions(ServerLevel p_312131_, Breeze p_312686_) protected booleanShoot.checkExtraStartConditions(ServerLevel p_312041_, Breeze p_312169_) protected booleanShootWhenStuck.checkExtraStartConditions(ServerLevel p_314464_, Breeze p_314546_) protected booleanSlide.checkExtraStartConditions(ServerLevel p_311853_, Breeze p_311894_) 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 p_312817_, Breeze p_311902_, long p_312420_) protected voidShoot.start(ServerLevel p_311932_, Breeze p_312618_, long p_311781_) protected voidShootWhenStuck.start(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected voidSlide.start(ServerLevel p_312325_, Breeze p_312534_, long p_311789_) protected voidLongJump.stop(ServerLevel p_312766_, Breeze p_312924_, long p_312793_) protected voidShoot.stop(ServerLevel p_312137_, Breeze p_311803_, long p_312309_) protected voidLongJump.tick(ServerLevel p_312091_, Breeze p_312923_, long p_312404_) protected voidShoot.tick(ServerLevel p_312907_, Breeze p_312605_, long p_312804_) 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