Uses of Record Class
net.minecraft.component.type.AttackRangeComponent
Packages that use AttackRangeComponent
Package
Description
-
Uses of AttackRangeComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type AttackRangeComponentModifier and TypeFieldDescriptionstatic final ComponentType<AttackRangeComponent> DataComponentTypes.ATTACK_RANGE -
Uses of AttackRangeComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as AttackRangeComponentFields in net.minecraft.component.type with type parameters of type AttackRangeComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttackRangeComponent> AttackRangeComponent.CODECstatic final PacketCodec<ByteBuf, AttackRangeComponent> AttackRangeComponent.PACKET_CODECMethods in net.minecraft.component.type that return AttackRangeComponentModifier and TypeMethodDescriptionstatic AttackRangeComponentAttackRangeComponent.defaultForEntity(LivingEntity entity) -
Uses of AttackRangeComponent in net.minecraft.entity
Methods in net.minecraft.entity that return AttackRangeComponent -
Uses of AttackRangeComponent in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile with parameters of type AttackRangeComponentModifier and TypeMethodDescriptionstatic com.mojang.datafixers.util.Either<BlockHitResult, Collection<EntityHitResult>> ProjectileUtil.collectPiercingCollisions(Entity entity, AttackRangeComponent attackRange, Predicate<Entity> hitPredicate)