Code/net/minecraft/world/entity/monster/RangedAttackMob.java

7 lines
199 B
Java
Raw Permalink Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.world.entity.monster;
import net.minecraft.world.entity.LivingEntity;
public interface RangedAttackMob {
void performRangedAttack(LivingEntity p_33317_, float p_33318_);
}