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