package de.jaschastarke.minecraft.limitedcreative.cmdblocker; public interface ICmdBlockEntry { public boolean test(String cmd); }