Uses of Class
net.minecraft.entity.mob.BreezeEntity
Packages that use BreezeEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of BreezeEntity in net.minecraft
Methods in net.minecraft with parameters of type BreezeEntityModifier and TypeMethodDescriptionprotected voidclass_8952.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8953.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8954.finishRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8952.keepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8953.keepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) private static booleanclass_8952.method_55024(BreezeEntity breezeEntity) class_8952.method_55025(BreezeEntity breezeEntity, Random random, Vec3d vec3d) private static booleanclass_8952.method_55026(BreezeEntity breezeEntity, LivingEntity livingEntity) static booleanclass_8952.method_55027(BreezeEntity breezeEntity, Vec3d vec3d) private static booleanclass_8952.method_55029(ServerWorld serverWorld, BreezeEntity breezeEntity) private static booleanclass_8952.method_55031(BreezeEntity breezeEntity) private static booleanclass_8952.method_55032(BreezeEntity breezeEntity, LivingEntity livingEntity) static booleanclass_8953.method_55038(BreezeEntity breezeEntity, LivingEntity livingEntity) private static booleanclass_8953.method_55041(BreezeEntity breezeEntity, LivingEntity livingEntity) private static Vec3dclass_8954.method_55048(BreezeEntity breezeEntity, LivingEntity livingEntity) protected voidclass_8952.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8953.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected voidclass_8954.run(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanclass_8952.shouldKeepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanclass_8953.shouldKeepRunning(ServerWorld serverWorld, BreezeEntity breezeEntity, long long2) protected booleanclass_8952.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) protected booleanclass_8953.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) protected booleanclass_8954.shouldRun(ServerWorld serverWorld, BreezeEntity breezeEntity) -
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.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 BreezeEntityMethods 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)