Uses of Class
net.minecraft.world.entity.monster.breeze.Breeze
Packages that use Breeze
Package
Description
-
Uses of Breeze in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Breeze -
Uses of Breeze in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return types with arguments of type BreezeModifier and TypeMethodDescriptionstatic BreezeModel<Breeze> BreezeRenderer.enable(BreezeModel<Breeze> model, ModelPart... parts) Methods in net.minecraft.client.renderer.entity with parameters of type BreezeModifier and TypeMethodDescriptionBreezeRenderer.getTextureLocation(Breeze entity) Returns the location of an entity's texture.voidBreezeRenderer.render(Breeze entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) Method parameters in net.minecraft.client.renderer.entity with type arguments of type BreezeModifier and TypeMethodDescriptionstatic BreezeModel<Breeze> BreezeRenderer.enable(BreezeModel<Breeze> model, ModelPart... parts) -
Uses of Breeze in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type BreezeMethods in net.minecraft.client.renderer.entity.layers with parameters of type BreezeModifier and TypeMethodDescriptionvoidBreezeEyesLayer.render(PoseStack p_311827_, MultiBufferSource p_312311_, int p_312194_, Breeze p_312799_, float p_311984_, float p_312846_, float p_312053_, float p_312209_, float p_312003_, float p_312826_) voidBreezeWindLayer.render(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, Breeze livingEntity, float limbSwing, float limbSwingAmount, float partialTick, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type BreezeModifierConstructorDescriptionBreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312409_) BreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312409_) BreezeWindLayer(EntityRendererProvider.Context context, RenderLayerParent<Breeze, BreezeModel<Breeze>> renderer) BreezeWindLayer(EntityRendererProvider.Context context, RenderLayerParent<Breeze, BreezeModel<Breeze>> renderer) -
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) static booleanBreezeUtil.hasLineOfSight(Breeze breeze, Vec3 pos) private static voidBreezeAi.initFightActivity(Breeze breeze, Brain<Breeze> brain) static booleanShoot.isFacingTarget(Breeze breeze, LivingEntity target) 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