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 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 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 pBreeze, RandomSource pRandom, Vec3 pTarget) private static booleanLongJump.canJumpFromCurrentPosition(ServerLevel pLevel, Breeze pBreeze) static booleanLongJump.canRun(ServerLevel pLevel, Breeze pBreeze) protected booleanLongJump.canStillUse(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected booleanShoot.canStillUse(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected booleanShootWhenStuck.canStillUse(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected booleanLongJump.checkExtraStartConditions(ServerLevel pLevel, Breeze pOwner) protected booleanShoot.checkExtraStartConditions(ServerLevel pLevel, Breeze pOwner) protected booleanShootWhenStuck.checkExtraStartConditions(ServerLevel p_314464_, Breeze p_314546_) protected booleanSlide.checkExtraStartConditions(ServerLevel pLevel, Breeze pOwner) private static doubleBreezeUtil.getMaxLineOfSightTestRange(Breeze pBreeze) static booleanBreezeUtil.hasLineOfSight(Breeze pBreeze, Vec3 pPos) private static voidBreezeAi.initFightActivity(Breeze pBreeze, Brain<Breeze> pBrain) private static booleanLongJump.isFinishedInhaling(Breeze pBreeze) private static booleanLongJump.isFinishedJumping(Breeze pBreeze) private static booleanShoot.isTargetWithinRange(Breeze pBreeze, LivingEntity pTarget) protected static Brain<?> private static booleanLongJump.outOfAggroRange(Breeze pBreeze, LivingEntity pTarget) private static Vec3Slide.randomPointInMiddleCircle(Breeze pBreeze, LivingEntity pTarget) protected voidLongJump.start(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected voidShoot.start(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected voidShootWhenStuck.start(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected voidSlide.start(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected voidLongJump.stop(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected voidShoot.stop(ServerLevel pLevel, Breeze pEntity, long pGameTime) protected voidLongJump.tick(ServerLevel pLevel, Breeze pOwner, long pGameTime) protected voidShoot.tick(ServerLevel pLevel, Breeze pOwner, long pGameTime) private static booleanLongJump.tooCloseForJump(Breeze pBreeze, LivingEntity pTarget) (package private) static voidBreezeAi.updateActivity(Breeze pBreeze) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static voidBreezeAi.initCoreActivity(Brain<Breeze> pBrain) private static voidBreezeAi.initFightActivity(Breeze pBreeze, Brain<Breeze> pBrain) private static voidBreezeAi.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