Uses of Class
net.minecraft.block.entity.CampfireBlockEntity
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.render.block.entity |
-
Uses of CampfireBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type CampfireBlockEntity Modifier and Type Field Description static BlockEntityType<CampfireBlockEntity>BlockEntityType. CAMPFIREMethods in net.minecraft.block.entity with parameters of type CampfireBlockEntity Modifier and Type Method Description static voidCampfireBlockEntity. clientTick(World world, BlockPos pos, BlockState state, CampfireBlockEntity campfire)static voidCampfireBlockEntity. litServerTick(World world, BlockPos pos, BlockState state, CampfireBlockEntity campfire)static voidCampfireBlockEntity. unlitServerTick(World world, BlockPos pos, BlockState state, CampfireBlockEntity campfire) -
Uses of CampfireBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type CampfireBlockEntity Modifier and Type Method Description voidCampfireBlockEntityRenderer. render(CampfireBlockEntity campfireBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)