Uses of Class
net.minecraft.block.entity.SkullBlockEntity
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.entity | |
net.minecraft.client.render.block.entity |
-
Uses of SkullBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type SkullBlockEntity Modifier and Type Method Description static void
WitherSkullBlock. onPlaced(World world, BlockPos pos, SkullBlockEntity blockEntity)
-
Uses of SkullBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type SkullBlockEntity Modifier and Type Field Description static BlockEntityType<SkullBlockEntity>
BlockEntityType. SKULL
Methods in net.minecraft.block.entity with parameters of type SkullBlockEntity Modifier and Type Method Description static void
SkullBlockEntity. tick(World world, BlockPos pos, BlockState state, SkullBlockEntity blockEntity)
-
Uses of SkullBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type SkullBlockEntity Modifier and Type Method Description void
SkullBlockEntityRenderer. render(SkullBlockEntity skullBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)