package io.github.cottonmc.templates.api; import net.minecraft.block.BlockState; public interface ThemeableBlockEntity { BlockState getThemeState(); }