Uses of Class
net.minecraft.world.entity.projectile.windcharge.AbstractWindCharge
Packages that use AbstractWindCharge
Package
Description
-
Uses of AbstractWindCharge in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type AbstractWindChargeModifier and TypeMethodDescriptionvoid
WindChargeModel.setupAnim
(AbstractWindCharge pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation angles -
Uses of AbstractWindCharge in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type AbstractWindChargeModifier and TypeMethodDescriptionWindChargeRenderer.getTextureLocation
(AbstractWindCharge pEntity) Returns the location of an entity's texture.void
WindChargeRenderer.render
(AbstractWindCharge pEntity, float pEntityYaw, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight) -
Uses of AbstractWindCharge in net.minecraft.world.entity.projectile.windcharge
Subclasses of AbstractWindCharge in net.minecraft.world.entity.projectile.windchargeConstructor parameters in net.minecraft.world.entity.projectile.windcharge with type arguments of type AbstractWindChargeModifierConstructorDescription(package private)
AbstractWindCharge
(EntityType<? extends AbstractWindCharge> pEntityType, double pX, double pY, double pZ, Vec3 pMovement, Level pLevel) AbstractWindCharge
(EntityType<? extends AbstractWindCharge> pEntityType, Level pLevel) AbstractWindCharge
(EntityType<? extends AbstractWindCharge> pEntityType, Level pLevel, Entity pOwner, double pX, double pY, double pZ) BreezeWindCharge
(EntityType<? extends AbstractWindCharge> pEntityType, Level pLevel) WindCharge
(EntityType<? extends AbstractWindCharge> pEntityType, Level pLevel)