Uses of Class
net.minecraft.world.entity.monster.breeze.Breeze
Package
Description
-
Uses of Breeze in net.minecraft.client.model
-
Uses of Breeze in net.minecraft.client.renderer.entity
-
Uses of Breeze in net.minecraft.client.renderer.entity.layers
Modifier and TypeFieldDescriptionprivate final BreezeModel<Breeze>
BreezeEyesLayer.model
private final BreezeModel<Breeze>
BreezeWindLayer.model
Modifier and TypeMethodDescriptionprotected ResourceLocation
BreezeEyesLayer.getTextureLocation
(Breeze p_312494_) protected ResourceLocation
BreezeWindLayer.getTextureLocation
(Breeze p_312835_) void
BreezeEyesLayer.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_) void
BreezeWindLayer.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_) ModifierConstructorDescriptionBreezeEyesLayer
(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
-
Uses of Breeze in net.minecraft.world.entity
-
Uses of Breeze in net.minecraft.world.entity.ai.sensing
Modifier and TypeMethodDescriptionprotected void
BreezeAttackEntitySensor.doTick
(ServerLevel p_310391_, Breeze p_312097_) -
Uses of Breeze in net.minecraft.world.entity.monster.breeze
Modifier and TypeFieldDescription(package private) static final List<SensorType<? extends Sensor<? super Breeze>>>
BreezeAi.SENSOR_TYPES
Modifier and TypeMethodDescriptionprotected Brain.Provider<Breeze>
Breeze.brainProvider()
Breeze.getBrain()
Modifier and TypeMethodDescriptionLongJump.calculateOptimalJumpVector
(Breeze p_310143_, RandomSource p_313023_, Vec3 p_309973_) private static boolean
LongJump.canJumpFromCurrentPosition
(ServerLevel p_312023_, Breeze p_313218_) protected boolean
LongJump.canStillUse
(ServerLevel p_310673_, Breeze p_311330_, long p_310051_) protected boolean
Shoot.canStillUse
(ServerLevel p_309829_, Breeze p_312308_, long p_310493_) protected boolean
ShootWhenStuck.canStillUse
(ServerLevel p_310843_, Breeze p_311345_, long p_311650_) protected boolean
LongJump.checkExtraStartConditions
(ServerLevel p_312411_, Breeze p_309539_) protected boolean
Shoot.checkExtraStartConditions
(ServerLevel p_310608_, Breeze p_310203_) protected boolean
ShootWhenStuck.checkExtraStartConditions
(ServerLevel p_312625_, Breeze p_311731_) protected boolean
Slide.checkExtraStartConditions
(ServerLevel p_312721_, Breeze p_311782_) private static boolean
LongJump.finishedInhaling
(Breeze p_310510_) private static boolean
LongJump.finishedJumping
(Breeze p_309558_) static boolean
LongJump.hasLineOfSight
(Breeze p_311529_, Vec3 p_310012_) static boolean
Shoot.isFacingTarget
(Breeze p_311537_, LivingEntity p_310664_) private static boolean
Shoot.isTargetWithinRange
(Breeze p_311470_, LivingEntity p_309385_) private static boolean
LongJump.outOfAggroRange
(Breeze p_310244_, LivingEntity p_309508_) private static Vec3
Slide.randomPointInMiddleCircle
(Breeze p_310635_, LivingEntity p_312574_) protected void
LongJump.start
(ServerLevel p_310741_, Breeze p_312948_, long p_311377_) protected void
Shoot.start
(ServerLevel p_312287_, Breeze p_310847_, long p_311799_) protected void
ShootWhenStuck.start
(ServerLevel p_311028_, Breeze p_309885_, long p_313079_) protected void
Slide.start
(ServerLevel p_312079_, Breeze p_310251_, long p_310596_) protected void
LongJump.stop
(ServerLevel p_309511_, Breeze p_311681_, long p_312980_) protected void
Shoot.stop
(ServerLevel p_312573_, Breeze p_309852_, long p_310968_) protected void
Slide.stop
(ServerLevel p_309742_, Breeze p_310528_, long p_312496_) protected void
LongJump.tick
(ServerLevel p_312629_, Breeze p_310204_, long p_313176_) protected void
Shoot.tick
(ServerLevel p_312469_, Breeze p_309721_, long p_312577_) private static boolean
LongJump.tooCloseForJump
(Breeze p_310091_, LivingEntity p_311303_) Modifier and TypeMethodDescriptionprivate static void
BreezeAi.initCoreActivity
(Brain<Breeze> p_312238_) private static void
BreezeAi.initFightActivity
(Brain<Breeze> p_310469_) protected static Brain<?>
-
Uses of Breeze in net.minecraft.world.entity.projectile
ModifierConstructorDescriptionWindCharge
(EntityType<? extends WindCharge> p_313246_, Breeze p_311295_, Level p_310541_)