类分层结构
- java.lang.Object
- net.minecraftforge.common.capabilities.CapabilityProvider<B> (implements net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>)
- net.minecraft.world.entity.Entity (implements net.minecraft.commands.CommandSource, net.minecraft.world.level.entity.EntityAccess, net.minecraftforge.common.extensions.IForgeEntity, net.minecraft.world.Nameable)
- net.minecraft.world.entity.projectile.Projectile (implements net.minecraft.world.entity.TraceableEntity)
- net.minecraft.world.entity.projectile.AbstractArrow
- net.minecraft.world.entity.projectile.Arrow
- committee.nova.mods.avaritia.common.entity.arrow.BurningArrowEntity
- committee.nova.mods.avaritia.common.entity.arrow.ExplosionsArrowEntity
- committee.nova.mods.avaritia.common.entity.arrow.HeavenArrowEntity
- committee.nova.mods.avaritia.common.entity.arrow.HeavenSubArrowEntity
- committee.nova.mods.avaritia.common.entity.arrow.NeutronArrowEntity
- committee.nova.mods.avaritia.common.entity.arrow.TraceArrowEntity
- net.minecraft.world.entity.projectile.Arrow
- net.minecraft.world.entity.projectile.AbstractArrow
- net.minecraft.world.entity.projectile.Projectile (implements net.minecraft.world.entity.TraceableEntity)
- net.minecraft.world.entity.Entity (implements net.minecraft.commands.CommandSource, net.minecraft.world.level.entity.EntityAccess, net.minecraftforge.common.extensions.IForgeEntity, net.minecraft.world.Nameable)
- net.minecraftforge.common.capabilities.CapabilityProvider<B> (implements net.minecraftforge.common.capabilities.ICapabilityProviderImpl<B>)