package net.minecraft.world.level.block; import net.minecraft.world.item.DyeColor; public interface BeaconBeamBlock { DyeColor getColor(); }