Uses of Class
net.minecraft.world.entity.monster.breeze.Breeze
Packages that use Breeze
Package
Description
- 
Uses of Breeze in net.minecraft.client.modelClasses in net.minecraft.client.model with type parameters of type Breeze
- 
Uses of Breeze in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type Breeze
- 
Uses of Breeze in net.minecraft.client.renderer.entity.layersFields in net.minecraft.client.renderer.entity.layers with type parameters of type BreezeModifier and TypeFieldDescriptionprivate final BreezeModel<Breeze>BreezeEyesLayer.modelprivate final BreezeModel<Breeze>BreezeWindLayer.modelMethods in net.minecraft.client.renderer.entity.layers with parameters of type BreezeModifier and TypeMethodDescriptionprotected ResourceLocationBreezeEyesLayer.getTextureLocation(Breeze p_311754_) protected ResourceLocationBreezeWindLayer.getTextureLocation(Breeze p_312458_) voidBreezeEyesLayer.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 p_312822_, MultiBufferSource p_312869_, int p_311783_, Breeze p_312046_, float p_312170_, float p_311773_, float p_312428_, float p_312287_, float p_312118_, float p_312531_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type BreezeModifierConstructorDescriptionBreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312409_, EntityModelSet p_312898_, ResourceLocation p_312648_) BreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312409_, EntityModelSet p_312898_, ResourceLocation p_312648_) BreezeWindLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312625_, EntityModelSet p_312909_, ResourceLocation p_312538_) BreezeWindLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312625_, EntityModelSet p_312909_, ResourceLocation p_312538_) 
- 
Uses of Breeze in net.minecraft.network.protocol.gameMethods in net.minecraft.network.protocol.game with parameters of type Breeze
- 
Uses of Breeze in net.minecraft.world.entityFields in net.minecraft.world.entity with type parameters of type Breeze
- 
Uses of Breeze in net.minecraft.world.entity.ai.sensingMethods 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.breezeFields 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 p_312651_, RandomSource p_312364_, Vec3 p_312758_) private static booleanLongJump.canJumpFromCurrentPosition(ServerLevel p_312261_, Breeze p_312824_) 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 booleanLongJump.finishedInhaling(Breeze p_312012_) private static booleanLongJump.finishedJumping(Breeze p_311829_) static booleanLongJump.hasLineOfSight(Breeze p_312681_, Vec3 p_311816_) static booleanShoot.isFacingTarget(Breeze p_311845_, LivingEntity p_312453_) private static booleanShoot.isTargetWithinRange(Breeze p_312114_, LivingEntity p_312647_) private static booleanLongJump.outOfAggroRange(Breeze p_312045_, LivingEntity p_312043_) private static Vec3Slide.randomPointInMiddleCircle(Breeze p_311931_, LivingEntity p_312413_) 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 voidSlide.stop(ServerLevel p_312208_, Breeze p_312130_, long p_312112_) 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 p_312356_, LivingEntity p_312654_) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static voidBreezeAi.initCoreActivity(Brain<Breeze> p_312774_) private static voidBreezeAi.initFightActivity(Brain<Breeze> p_312350_) protected static Brain<?>
- 
Uses of Breeze in net.minecraft.world.entity.projectileConstructors in net.minecraft.world.entity.projectile with parameters of type BreezeModifierConstructorDescriptionWindCharge(EntityType<? extends WindCharge> p_312465_, Breeze p_312912_, Level p_312819_)