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_311754_) protected ResourceLocation
BreezeWindLayer.getTextureLocation
(Breeze p_312458_) void
BreezeEyesLayer.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_) void
BreezeWindLayer.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_) ModifierConstructorDescriptionBreezeEyesLayer
(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.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_312447_, Breeze p_312739_) -
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_312651_, RandomSource p_312364_, Vec3 p_312758_) private static boolean
LongJump.canJumpFromCurrentPosition
(ServerLevel p_312261_, Breeze p_312824_) protected boolean
LongJump.canStillUse
(ServerLevel p_312482_, Breeze p_312019_, long p_312448_) protected boolean
Shoot.canStillUse
(ServerLevel p_312535_, Breeze p_312174_, long p_311812_) protected boolean
ShootWhenStuck.canStillUse
(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected boolean
LongJump.checkExtraStartConditions
(ServerLevel p_312131_, Breeze p_312686_) protected boolean
Shoot.checkExtraStartConditions
(ServerLevel p_312041_, Breeze p_312169_) protected boolean
ShootWhenStuck.checkExtraStartConditions
(ServerLevel p_314464_, Breeze p_314546_) protected boolean
Slide.checkExtraStartConditions
(ServerLevel p_311853_, Breeze p_311894_) private static boolean
LongJump.finishedInhaling
(Breeze p_312012_) private static boolean
LongJump.finishedJumping
(Breeze p_311829_) static boolean
LongJump.hasLineOfSight
(Breeze p_312681_, Vec3 p_311816_) static boolean
Shoot.isFacingTarget
(Breeze p_311845_, LivingEntity p_312453_) private static boolean
Shoot.isTargetWithinRange
(Breeze p_312114_, LivingEntity p_312647_) private static boolean
LongJump.outOfAggroRange
(Breeze p_312045_, LivingEntity p_312043_) private static Vec3
Slide.randomPointInMiddleCircle
(Breeze p_311931_, LivingEntity p_312413_) protected void
LongJump.start
(ServerLevel p_312817_, Breeze p_311902_, long p_312420_) protected void
Shoot.start
(ServerLevel p_311932_, Breeze p_312618_, long p_311781_) protected void
ShootWhenStuck.start
(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected void
Slide.start
(ServerLevel p_312325_, Breeze p_312534_, long p_311789_) protected void
LongJump.stop
(ServerLevel p_312766_, Breeze p_312924_, long p_312793_) protected void
Shoot.stop
(ServerLevel p_312137_, Breeze p_311803_, long p_312309_) protected void
Slide.stop
(ServerLevel p_312208_, Breeze p_312130_, long p_312112_) protected void
LongJump.tick
(ServerLevel p_312091_, Breeze p_312923_, long p_312404_) protected void
Shoot.tick
(ServerLevel p_312907_, Breeze p_312605_, long p_312804_) private static boolean
LongJump.tooCloseForJump
(Breeze p_312356_, LivingEntity p_312654_) Modifier and TypeMethodDescriptionprivate static void
BreezeAi.initCoreActivity
(Brain<Breeze> p_312774_) private static void
BreezeAi.initFightActivity
(Brain<Breeze> p_312350_) protected static Brain<?>
-
Uses of Breeze in net.minecraft.world.entity.projectile
ModifierConstructorDescriptionWindCharge
(EntityType<? extends WindCharge> p_312465_, Breeze p_312912_, Level p_312819_)