Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Created December 20, 2011 17:11
Show Gist options
  • Save tehbeard/1502352 to your computer and use it in GitHub Desktop.
Save tehbeard/1502352 to your computer and use it in GitHub Desktop.
public HatmeCommand(List<Integer> rbBlocks, boolean rbAllow, String notAllowedMsg, boolean rbOp){
this.rbBlocks = rbBlocks;
this.rbAllow = rbAllow;
this.notAllowedMsg = notAllowedMsg;
this.rbOp = rbOp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment