Uses of Class
net.minecraft.world.entity.projectile.WitherSkull
Packages that use WitherSkull
Package
Description
-
Uses of WitherSkull in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type WitherSkullModifier and TypeMethodDescriptionprotected int
WitherSkullRenderer.getBlockLightLevel
(WitherSkull pEntity, BlockPos pPos) WitherSkullRenderer.getTextureLocation
(WitherSkull pEntity) Returns the location of an entity's texture.void
WitherSkullRenderer.render
(WitherSkull pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of WitherSkull in net.minecraft.world.damagesource
Methods in net.minecraft.world.damagesource with parameters of type WitherSkullModifier and TypeMethodDescriptionDamageSources.witherSkull
(WitherSkull pWitherSkull, Entity pShooter) -
Uses of WitherSkull in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type WitherSkull -
Uses of WitherSkull in net.minecraft.world.entity.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type WitherSkullModifierConstructorDescriptionWitherSkull
(EntityType<? extends WitherSkull> pEntityType, Level pLevel)