Uses of Class
net.minecraft.entity.projectile.WitherSkullEntity
Packages that use WitherSkullEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of WitherSkullEntity in net.minecraft
Methods in net.minecraft with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionclass_8109.method_48806(WitherSkullEntity witherSkullEntity, Entity entity) -
Uses of WitherSkullEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type WitherSkullEntityModifier and TypeMethodDescriptionprotected intWitherSkullEntityRenderer.getBlockLight(WitherSkullEntity witherSkullEntity, BlockPos blockPos) WitherSkullEntityRenderer.getTexture(WitherSkullEntity witherSkullEntity) voidWitherSkullEntityRenderer.render(WitherSkullEntity witherSkullEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
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.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type WitherSkullEntityModifierConstructorDescriptionWitherSkullEntity(EntityType<? extends WitherSkullEntity> type, World world)