Package net.fabricmc.fabric.api.object.builder.v1.entity
package net.fabricmc.fabric.api.object.builder.v1.entity
-
Class SummaryClassDescriptionAllows registering custom default attributes for living entities.FabricEntityTypeBuilder<T extends net.minecraft.entity.Entity>Extended version of
EntityType.Builderwith added registration for server->client entity tracking values.FabricEntityTypeBuilder.Living<T extends net.minecraft.entity.LivingEntity>An extended version ofFabricEntityTypeBuilderwith support for features on present onliving entities, such as default attributes.FabricEntityTypeBuilder.Mob<T extends net.minecraft.entity.mob.MobEntity>An extended version ofFabricEntityTypeBuilderwith support for features on present onmob entities, such as spawn restrictions.