Uses of Class
net.minecraft.entity.projectile.ArrowEntity
-
Packages that use ArrowEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.layers net.minecraft.entity net.minecraft.entity.projectile -
-
Uses of ArrowEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ArrowEntity Modifier and Type Method Description ResourceLocationTippedArrowRenderer. getTextureLocation(ArrowEntity p_110775_1_) -
Uses of ArrowEntity in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as ArrowEntity Modifier and Type Field Description private ArrowEntityArrowLayer. arrow -
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> p_i50172_1_, World p_i50172_2_)
-