Uses of Class
net.minecraft.world.level.block.entity.CampfireBlockEntity
Packages that use CampfireBlockEntity
Package
Description
-
Uses of CampfireBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionvoidCampfireRenderer.render(CampfireBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) -
Uses of CampfireBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type CampfireBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<CampfireBlockEntity> BlockEntityType.CAMPFIREMethods in net.minecraft.world.level.block.entity with parameters of type CampfireBlockEntityModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.cookTick(Level level, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity) static voidCampfireBlockEntity.cooldownTick(Level level, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity) static voidCampfireBlockEntity.particleTick(Level level, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity)