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 with parameters of type BreezeEntity -
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 final BreezeEntityModel<BreezeEntity>BreezeEyesFeatureRenderer.modelprivate final BreezeEntityModel<BreezeEntity>BreezeWindFeatureRenderer.modelMethods in net.minecraft.client.render.entity.feature with parameters of type BreezeEntityModifier and TypeMethodDescriptionprotected IdentifierBreezeEyesFeatureRenderer.getTexture(BreezeEntity breezeEntity) protected IdentifierBreezeWindFeatureRenderer.getTexture(BreezeEntity breezeEntity) voidBreezeEyesFeatureRenderer.render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, BreezeEntity breezeEntity, float float2, float float3, float float4, float float5, float float6, float float7) voidBreezeWindFeatureRenderer.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>> breezeModel, EntityModelLoader entityModelLoader, Identifier texture) BreezeEyesFeatureRenderer(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> breezeModel, EntityModelLoader entityModelLoader, Identifier texture) BreezeWindFeatureRenderer(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> breezeModel, EntityModelLoader entityModelLoader, Identifier texture) BreezeWindFeatureRenderer(FeatureRendererContext<BreezeEntity, BreezeEntityModel<BreezeEntity>> breezeModel, EntityModelLoader entityModelLoader, Identifier texture) -
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 voidBreezeAttackablesSensor.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 booleanBreezeJumpTask.canJumpTo(BreezeEntity breeze, Vec3d jumpPos) protected voidBreezeJumpTask.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeShootTask.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeSlideTowardsTargetTask.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) BreezeJumpTask.getJumpingVelocity(BreezeEntity breeze, Random random, Vec3d jumpTarget) private static Vec3dBreezeSlideTowardsTargetTask.getRandomPosInMediumRange(BreezeEntity breeze, LivingEntity target) private static booleanBreezeJumpTask.hasRoomToJump(ServerWorld world, BreezeEntity breeze) static booleanBreezeShootTask.isFacingTarget(BreezeEntity breeze, LivingEntity target) private static booleanBreezeJumpTask.isTargetOutOfRange(BreezeEntity breeze, LivingEntity target) private static booleanBreezeJumpTask.isTargetTooClose(BreezeEntity breeze, LivingEntity target) private static booleanBreezeShootTask.isTargetWithinRange(BreezeEntity breeze, LivingEntity target) protected voidBreezeJumpTask.keepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeShootTask.keepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeJumpTask.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeShootIfStuckTask.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeShootTask.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidBreezeSlideTowardsTargetTask.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanBreezeJumpTask.shouldKeepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanBreezeShootIfStuckTask.shouldKeepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanBreezeShootTask.shouldKeepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanBreezeJumpTask.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) protected booleanBreezeShootIfStuckTask.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) protected booleanBreezeShootTask.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) protected booleanBreezeSlideTowardsTargetTask.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) private static booleanBreezeJumpTask.shouldStopInhalingPose(BreezeEntity breeze) private static booleanBreezeJumpTask.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.SENSORSMethods in net.minecraft.entity.mob that return BreezeEntityModifier and TypeMethodDescriptionBreezeEntity.addGustDustParticles()BreezeEntity.resetLongJumpingParticleAddCount()Methods in net.minecraft.entity.mob that return types with arguments of type BreezeEntityModifier and TypeMethodDescriptionprotected Brain.Profile<BreezeEntity>BreezeEntity.createBrainProfile()BreezeEntity.getBrain()Method parameters in net.minecraft.entity.mob with type arguments of type BreezeEntityModifier and TypeMethodDescriptionprivate static voidBreezeBrain.addCoreTasks(Brain<BreezeEntity> brain) private static voidBreezeBrain.addFightTasks(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 BreezeEntityModifierConstructorDescriptionWindChargeEntity(EntityType<? extends WindChargeEntity> type, BreezeEntity breeze, World world) -
Uses of BreezeEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type BreezeEntityModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendBreezeDebugData(BreezeEntity breeze)