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.void
BreezeRenderer.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 TypeMethodDescriptionvoid
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 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 void
BreezeAttackEntitySensor.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_TYPES
Methods 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 boolean
LongJump.canJumpFromCurrentPosition
(ServerLevel level, Breeze breeze) static boolean
LongJump.canRun
(ServerLevel level, Breeze breeze) protected boolean
LongJump.canStillUse
(ServerLevel level, Breeze entity, long gameTime) protected boolean
Shoot.canStillUse
(ServerLevel level, Breeze entity, long gameTime) protected boolean
ShootWhenStuck.canStillUse
(ServerLevel p_314552_, Breeze p_314459_, long p_314460_) protected boolean
LongJump.checkExtraStartConditions
(ServerLevel level, Breeze owner) protected boolean
Shoot.checkExtraStartConditions
(ServerLevel level, Breeze owner) protected boolean
ShootWhenStuck.checkExtraStartConditions
(ServerLevel p_314464_, Breeze p_314546_) protected boolean
Slide.checkExtraStartConditions
(ServerLevel level, Breeze owner) static boolean
BreezeUtil.hasLineOfSight
(Breeze breeze, Vec3 pos) private static void
BreezeAi.initFightActivity
(Breeze breeze, Brain<Breeze> brain) static boolean
Shoot.isFacingTarget
(Breeze breeze, LivingEntity target) private static boolean
LongJump.isFinishedInhaling
(Breeze breeze) private static boolean
LongJump.isFinishedJumping
(Breeze breeze) private static boolean
Shoot.isTargetWithinRange
(Breeze breeze, LivingEntity target) protected static Brain
<?> private static boolean
LongJump.outOfAggroRange
(Breeze breeze, LivingEntity target) private static Vec3
Slide.randomPointInMiddleCircle
(Breeze breeze, LivingEntity target) protected void
LongJump.start
(ServerLevel level, Breeze entity, long gameTime) protected void
Shoot.start
(ServerLevel level, Breeze entity, long gameTime) protected void
ShootWhenStuck.start
(ServerLevel p_314434_, Breeze p_314572_, long p_314431_) protected void
Slide.start
(ServerLevel level, Breeze entity, long gameTime) protected void
LongJump.stop
(ServerLevel level, Breeze entity, long gameTime) protected void
Shoot.stop
(ServerLevel level, Breeze entity, long gameTime) protected void
LongJump.tick
(ServerLevel level, Breeze owner, long gameTime) protected void
Shoot.tick
(ServerLevel level, Breeze owner, long gameTime) private static boolean
LongJump.tooCloseForJump
(Breeze breeze, LivingEntity target) (package private) static void
BreezeAi.updateActivity
(Breeze breeze) Method parameters in net.minecraft.world.entity.monster.breeze with type arguments of type BreezeModifier and TypeMethodDescriptionprivate static void
BreezeAi.initCoreActivity
(Brain<Breeze> brain) private static void
BreezeAi.initFightActivity
(Breeze breeze, Brain<Breeze> brain) private static void
BreezeAi.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