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 TypeMethodDescriptionvoidWindChargeModel.setupAnim(AbstractWindCharge entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) 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 entity) Returns the location of an entity's texture.voidWindChargeRenderer.render(AbstractWindCharge entity, float entityYaw, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight) -
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> entityType, double x, double y, double z, Vec3 movement, Level level) AbstractWindCharge(EntityType<? extends AbstractWindCharge> entityType, Level level) AbstractWindCharge(EntityType<? extends AbstractWindCharge> entityType, Level level, Entity owner, double x, double y, double z) BreezeWindCharge(EntityType<? extends AbstractWindCharge> entityType, Level level) WindCharge(EntityType<? extends AbstractWindCharge> entityType, Level level)