Uses of Class
net.minecraft.entity.projectile.SpectralArrowEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.projectile |
-
Uses of SpectralArrowEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type SpectralArrowEntity Modifier and Type Method Description Identifier
SpectralArrowEntityRenderer. getTexture(SpectralArrowEntity spectralArrowEntity)
-
Uses of SpectralArrowEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SpectralArrowEntity Modifier and Type Field Description static EntityType<SpectralArrowEntity>
EntityType. SPECTRAL_ARROW
-
Uses of SpectralArrowEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type SpectralArrowEntity Constructor Description SpectralArrowEntity(EntityType<? extends SpectralArrowEntity> type, World world)