Uses of Class
net.minecraft.entity.projectile.AbstractWindChargeEntity
Packages that use AbstractWindChargeEntity
Package
Description
-
Uses of AbstractWindChargeEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type AbstractWindChargeEntityModifier and TypeMethodDescriptionWindChargeEntityRenderer.getTexture
(AbstractWindChargeEntity abstractWindChargeEntity) void
WindChargeEntityRenderer.render
(AbstractWindChargeEntity abstractWindChargeEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of AbstractWindChargeEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type AbstractWindChargeEntityModifier and TypeMethodDescriptionvoid
WindChargeEntityModel.setAngles
(AbstractWindChargeEntity abstractWindChargeEntity, float float2, float float3, float float4, float float5, float float6) -
Uses of AbstractWindChargeEntity in net.minecraft.entity.projectile
Subclasses of AbstractWindChargeEntity in net.minecraft.entity.projectileConstructor parameters in net.minecraft.entity.projectile with type arguments of type AbstractWindChargeEntityModifierConstructorDescription(package private)
AbstractWindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, double x, double y, double z, Vec3d velocity, World world) AbstractWindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, World world) AbstractWindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, World world, Entity owner, double x, double y, double z) BreezeWindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, World world) WindChargeEntity
(EntityType<? extends AbstractWindChargeEntity> type, World world)