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 with parameters of type Breeze -
Uses of Breeze in net.minecraft.client.renderer.entity.layers
Fields 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_312494_) protected ResourceLocationBreezeWindLayer.getTextureLocation(Breeze p_312835_) voidBreezeEyesLayer.render(PoseStack p_312911_, MultiBufferSource p_312666_, int p_311532_, Breeze p_311391_, float p_311193_, float p_309423_, float p_310215_, float p_311406_, float p_311840_, float p_312197_) voidBreezeWindLayer.render(PoseStack p_312401_, MultiBufferSource p_310855_, int p_312784_, Breeze p_309942_, float p_311307_, float p_312259_, float p_311774_, float p_312816_, float p_312844_, float p_313068_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type BreezeModifierConstructorDescriptionBreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_310165_, EntityModelSet p_312112_, ResourceLocation p_309706_) BreezeEyesLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_310165_, EntityModelSet p_312112_, ResourceLocation p_309706_) BreezeWindLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312719_, EntityModelSet p_311451_, ResourceLocation p_312874_) BreezeWindLayer(RenderLayerParent<Breeze, BreezeModel<Breeze>> p_312719_, EntityModelSet p_311451_, ResourceLocation p_312874_) -
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_310391_, Breeze p_312097_) -
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 p_310143_, RandomSource p_313023_, Vec3 p_309973_) private static booleanLongJump.canJumpFromCurrentPosition(ServerLevel p_312023_, Breeze p_313218_) protected booleanLongJump.canStillUse(ServerLevel p_310673_, Breeze p_311330_, long p_310051_) protected booleanShoot.canStillUse(ServerLevel p_309829_, Breeze p_312308_, long p_310493_) protected booleanShootWhenStuck.canStillUse(ServerLevel p_310843_, Breeze p_311345_, long p_311650_) protected booleanLongJump.checkExtraStartConditions(ServerLevel p_312411_, Breeze p_309539_) protected booleanShoot.checkExtraStartConditions(ServerLevel p_310608_, Breeze p_310203_) protected booleanShootWhenStuck.checkExtraStartConditions(ServerLevel p_312625_, Breeze p_311731_) protected booleanSlide.checkExtraStartConditions(ServerLevel p_312721_, Breeze p_311782_) private static booleanLongJump.finishedInhaling(Breeze p_310510_) private static booleanLongJump.finishedJumping(Breeze p_309558_) static booleanLongJump.hasLineOfSight(Breeze p_311529_, Vec3 p_310012_) static booleanShoot.isFacingTarget(Breeze p_311537_, LivingEntity p_310664_) private static booleanShoot.isTargetWithinRange(Breeze p_311470_, LivingEntity p_309385_) private static booleanLongJump.outOfAggroRange(Breeze p_310244_, LivingEntity p_309508_) private static Vec3Slide.randomPointInMiddleCircle(Breeze p_310635_, LivingEntity p_312574_) protected voidLongJump.start(ServerLevel p_310741_, Breeze p_312948_, long p_311377_) protected voidShoot.start(ServerLevel p_312287_, Breeze p_310847_, long p_311799_) protected voidShootWhenStuck.start(ServerLevel p_311028_, Breeze p_309885_, long p_313079_) protected voidSlide.start(ServerLevel p_312079_, Breeze p_310251_, long p_310596_) protected voidLongJump.stop(ServerLevel p_309511_, Breeze p_311681_, long p_312980_) protected voidShoot.stop(ServerLevel p_312573_, Breeze p_309852_, long p_310968_) protected voidSlide.stop(ServerLevel p_309742_, Breeze p_310528_, long p_312496_) protected voidLongJump.tick(ServerLevel p_312629_, Breeze p_310204_, long p_313176_) protected voidShoot.tick(ServerLevel p_312469_, Breeze p_309721_, long p_312577_) private static booleanLongJump.tooCloseForJump(Breeze p_310091_, LivingEntity p_311303_) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static voidBreezeAi.initCoreActivity(Brain<Breeze> p_312238_) private static voidBreezeAi.initFightActivity(Brain<Breeze> p_310469_) protected static Brain<?> -
Uses of Breeze in net.minecraft.world.entity.projectile
Constructors in net.minecraft.world.entity.projectile with parameters of type BreezeModifierConstructorDescriptionWindCharge(EntityType<? extends WindCharge> p_313246_, Breeze p_311295_, Level p_310541_)