public BlockCmd(Identifier id, BlockHandleToken handle, BlockWebImport webImport, BlockRemotableType blockSuffix, CommandBlock commandBlock) { this.id = id; this.handle = handle; this.commandBlock = commandBlock; this.webImport = webImport; this.blockSuffix = blockSuffix; }
public DefBlockBase(BlockHandleToken handle) { this.handle = handle; }