package net.minecraft.world.level.block;

import net.minecraft.world.item.EnumColor;

public interface IBeaconBeam {

    EnumColor a();
}
