Uses of Class
net.minecraft.entity.mob.BreezeEntity
Packages that use BreezeEntity
Package
Description
-
Uses of BreezeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return types with arguments of type BreezeEntityModifier and TypeMethodDescriptionstatic BreezeEntityModel
<BreezeEntity> BreezeEntityRenderer.updatePartVisibility
(BreezeEntityModel<BreezeEntity> model, ModelPart[] modelParts) Methods in net.minecraft.client.render.entity with parameters of type BreezeEntityModifier and TypeMethodDescriptionBreezeEntityRenderer.getTexture
(BreezeEntity breezeEntity) void
BreezeEntityRenderer.render
(BreezeEntity breezeEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Method parameters in net.minecraft.client.render.entity with type arguments of type BreezeEntityModifier and TypeMethodDescriptionstatic BreezeEntityModel
<BreezeEntity> BreezeEntityRenderer.updatePartVisibility
(BreezeEntityModel<BreezeEntity> model, ModelPart[] modelParts) -
Uses of BreezeEntity in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type BreezeEntityModifier and TypeFieldDescriptionprivate static final BreezeEntityModel
<BreezeEntity> BreezeWindFeatureRenderer.model
Methods in net.minecraft.client.render.entity.feature with parameters of type BreezeEntityModifier and TypeMethodDescriptionvoid
BreezeEyesFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, BreezeEntity breezeEntity, float float2, float float3, float float4, float float5, float float6, float float7) void
BreezeWindFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, BreezeEntity breezeEntity, float float2, float float3, float float4, float float5, float float6, float float7) Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type BreezeEntityModifierConstructorDescriptionBreezeEyesFeatureRenderer
(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> context) BreezeEyesFeatureRenderer
(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> context) BreezeWindFeatureRenderer
(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> breezeModel) BreezeWindFeatureRenderer
(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> breezeModel) -
Uses of BreezeEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type BreezeEntity -
Uses of BreezeEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BreezeEntity -
Uses of BreezeEntity in net.minecraft.entity.ai.brain.sensor
Methods in net.minecraft.entity.ai.brain.sensor with parameters of type BreezeEntityModifier and TypeMethodDescriptionprotected void
BreezeAttackablesSensor.sense
(ServerWorld serverWorld, BreezeEntity breezeEntity) -
Uses of BreezeEntity in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type BreezeEntityModifier and TypeMethodDescriptionstatic boolean
BreezeMovementUtil.canMoveTo
(BreezeEntity breeze, Vec3d pos) protected void
BreezeJumpTask.finishRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeShootTask.finishRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) BreezeJumpTask.getJumpingVelocity
(BreezeEntity breeze, Random random, Vec3d jumpTarget) private static Vec3d
BreezeSlideTowardsTargetTask.getRandomPosInMediumRange
(BreezeEntity breeze, LivingEntity target) private static boolean
BreezeJumpTask.hasRoomToJump
(ServerWorld world, BreezeEntity breeze) static boolean
BreezeShootTask.isFacingTarget
(BreezeEntity breeze, LivingEntity target) private static boolean
BreezeJumpTask.isTargetOutOfRange
(BreezeEntity breeze, LivingEntity target) private static boolean
BreezeJumpTask.isTargetTooClose
(BreezeEntity breeze, LivingEntity target) private static boolean
BreezeShootTask.isTargetWithinRange
(BreezeEntity breeze, LivingEntity target) protected void
BreezeJumpTask.keepRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeShootTask.keepRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeJumpTask.run
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeShootIfStuckTask.run
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeShootTask.run
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected void
BreezeSlideTowardsTargetTask.run
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) static boolean
BreezeJumpTask.shouldJump
(ServerWorld world, BreezeEntity breeze) protected boolean
BreezeJumpTask.shouldKeepRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected boolean
BreezeShootIfStuckTask.shouldKeepRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected boolean
BreezeShootTask.shouldKeepRunning
(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected boolean
BreezeJumpTask.shouldRun
(ServerWorld serverWorld, BreezeEntity breezeEntity) protected boolean
BreezeShootIfStuckTask.shouldRun
(ServerWorld serverWorld, BreezeEntity breezeEntity) protected boolean
BreezeShootTask.shouldRun
(ServerWorld serverWorld, BreezeEntity breezeEntity) protected boolean
BreezeSlideTowardsTargetTask.shouldRun
(ServerWorld serverWorld, BreezeEntity breezeEntity) private static boolean
BreezeJumpTask.shouldStopInhalingPose
(BreezeEntity breeze) private static boolean
BreezeJumpTask.shouldStopLongJumpingPose
(BreezeEntity breeze) -
Uses of BreezeEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type BreezeEntityModifier and TypeFieldDescription(package private) static final List
<SensorType<? extends Sensor<? super BreezeEntity>>> BreezeBrain.SENSORS
Methods in net.minecraft.entity.mob that return BreezeEntityMethods in net.minecraft.entity.mob that return types with arguments of type BreezeEntityModifier and TypeMethodDescriptionprotected Brain.Profile
<BreezeEntity> BreezeEntity.createBrainProfile()
BreezeEntity.getBrain()
Methods in net.minecraft.entity.mob with parameters of type BreezeEntityModifier and TypeMethodDescription(package private) static void
BreezeBrain.updateActivities
(BreezeEntity breeze) Method parameters in net.minecraft.entity.mob with type arguments of type BreezeEntityModifier and TypeMethodDescriptionprivate static void
BreezeBrain.addCoreTasks
(Brain<BreezeEntity> brain) private static void
BreezeBrain.addFightTasks
(Brain<BreezeEntity> brain) private static void
BreezeBrain.addIdleTasks
(Brain<BreezeEntity> brain) protected static Brain
<?> BreezeBrain.create
(Brain<BreezeEntity> brain) -
Uses of BreezeEntity in net.minecraft.entity.projectile
Constructors in net.minecraft.entity.projectile with parameters of type BreezeEntity -
Uses of BreezeEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BreezeEntityModifier and TypeMethodDescriptionstatic void
DebugInfoSender.sendBreezeDebugData
(BreezeEntity breeze)