Uses of Class
net.minecraft.entity.projectile.WitherSkullEntity
Packages that use WitherSkullEntity
Package
Description
-
Uses of WitherSkullEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionprotected intWitherSkullEntityRenderer.method_24094(WitherSkullEntity witherSkullEntity, BlockPos blockPos) voidWitherSkullEntityRenderer.method_4159(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) WitherSkullEntityRenderer.method_4160(WitherSkullEntity witherSkullEntity) -
Uses of WitherSkullEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WitherSkullEntityModifier and TypeFieldDescriptionstatic final EntityType<WitherSkullEntity>EntityType.WITHER_SKULL -
Uses of WitherSkullEntity in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionstatic DamageSourceDamageSource.witherSkull(WitherSkullEntity witherSkull, Entity attacker) -
Uses of WitherSkullEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type WitherSkullEntityModifierConstructorDescriptionWitherSkullEntity(EntityType<? extends WitherSkullEntity> type, World world)