250251252253254255256257
public ChannelID channel() { if (!def.hasChannel()) return ChannelID.NULL; return new ChannelID(def.getChannel()); }